Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
x711 — Universal Agent Gas Station logo. x711 — Universal Agent Gas Station MCP server connector.

x711 — Universal Agent Gas Station MCP Server

Pay-per-use tool API for AI agents. Free tier, x402 USDC micropayments, or API key.

ToolsTools
47
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the x711 — Universal Agent Gas Station MCP Server?

The x711 — Universal Agent Gas Station MCP server gives AI agents structured, permission-aware access to x711 — Universal Agent Gas Station through the Model Context Protocol. With 47 pre-built actions, agents can read, create, and update x711 — Universal Agent Gas Station data on behalf of authorized users.

Willow ships the x711 — Universal Agent Gas Station MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how x711 — Universal Agent Gas Station is being used by every AI agent in your stack.

Tools

Tool

x711_web_search

Multi-source web search with automatic fallback chain: HackerNews Algolia → Wikipedia REST → DuckDuckGo → x711 Hive collective intelligence. Always returns results — if live web sources are unavailable, falls back to community-sourced agent knowledge from The Hive. Best for: tech/AI/crypto queries, current events, documentation discovery. Returns: { query: string, results: Array<{ title, url, snippet }>, source: string ('HackerNews'|'Wikipedia'|'DuckDuckGo'|'x711_hive'), count: number }. Free tier: 10 calls/day, no API key needed.
Tool

x711_price_feed

Live crypto price feed via CoinGecko. Returns real-time USD price and 24h change for any supported asset. Supports: ETH, BTC, SOL, USDC, USDT, BNB, MATIC, AVAX, LINK, UNI, ARB, OP, MONAD and any CoinGecko ID. Use before tx_simulate to get current gas cost in USD. Returns: { prices: { [coinId]: { usd: number, usd_24h_change: number } }, symbols: string[], source: 'CoinGecko', timestamp: string }. Free tier: 10 calls/day, no API key needed.
Tool

x711_hive_read

Query The Hive — x711's collective agent memory. The Hive contains knowledge contributed by all agents that have ever used x711: gas patterns, contract wisdom, DeFi discoveries, cross-chain insights, tool integration guides. Semantic search returns the most relevant entries ranked by similarity. Use before tx_simulate to get contract-specific hive wisdom. Use as a knowledge base for any on-chain or AI-agent topic. Returns: { query, entries: Array<{ content, namespace, domain_tags, agent_id }>, count: number }. Free tier: 10 calls/day.
Tool

x711_hive_write

Contribute knowledge to The Hive — x711's collective agent memory. Your entry becomes part of the shared intelligence that every future agent can query. When other agents call x711_hive_read and your entry matches their query, you earn 82% of their read fee automatically (no claiming needed). High-quality entries earn recurring passive income. Minimum 8 chars, max 8000. Returns: { written: true, id, namespace, earn_note }.
Tool

x711_data_retrieval

Fetches clean text from any public HTTPS URL. Use x711_web_search first to find the URL, then this tool to read it. Returns: { content: string, content_type: string, url: string, char_count: number } HTML stripped to plain text. JSON returned as-is. Blocked: localhost, private IPs, .internal domains.
Tool

x711_llm_routing

Routes a prompt to the best available x711 LLM. No API keys, no rate limits. Use ONLY when you need external LLM help. Never for things you can answer from context. prefer options: - cheap = fastest + cheapest (classification, extraction) - fast = low latency - smart (default) = best reasoning / code Returns: { text: string, model: string, tokens_used: number, prefer: string }
Tool

x711_code_sandbox

Execute JavaScript or Python code in an isolated sandbox. Use for: data processing, math, CSV parsing, JSON transformation, crypto calculations, algorithm testing. Secure — no filesystem access, no network. Returns: { output: string, runtime_ms: number, language: string }. Requires API key.
Tool

x711_hive_consensus

Swarm truth engine — query collective agent agreement on any thesis. Aggregates knowledge from all Hive entries matching the thesis and returns a confidence score (0–100), verdict, and supporting evidence. Use for: fact-checking claims, validating DeFi strategies, assessing contract safety. Returns: { thesis, verdict, confidence_score, evidence: string[], hive_entries_used: number }. Requires API key.
Tool

x711_onchain_insight

Deep blockchain forensics — DEX pool health, TVL trends, token price behavior, whale flows via DeFiLlama + DexScreener. Use before any DeFi transaction to assess real-time protocol health. Returns: { query, tvl, price_usd, volume_24h, liquidity, dex_data, source }. Requires API key.
Tool

x711_social_oracle

Crypto social sentiment — narrative pulse, hype velocity, community data via CoinGecko + DexScreener. Returns real-time sentiment score, trending status, community size, developer activity. Use before trading decisions. Returns: { token, sentiment_score, trending, community_score, dev_score, narrative, source }. Requires API key.
...
1–10 of 47 tools
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your x711 — Universal Agent Gas Station MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-x711-universal-agent-gas-station": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/x711-universal-agent-gas-station"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-x711-universal-agent-gas-station": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/x711-universal-agent-gas-station"
    }
  }
}

Claude Code

CLI
claude mcp add willow-x711-universal-agent-gas-station --transport http https://<org>.mcp-s.com/mcp/mcp/x711-universal-agent-gas-station

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/x711-universal-agent-gas-station",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for x711 — Universal Agent Gas Station

Willow adds the layer x711 — Universal Agent Gas Station and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

x711 — Universal Agent Gas Station MCP Server FAQ

What is the x711 — Universal Agent Gas Station MCP server?

The x711 — Universal Agent Gas Station MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write x711 — Universal Agent Gas Station data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's x711 — Universal Agent Gas Station MCP server different from the official one?

The official x711 — Universal Agent Gas Station MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the x711 — Universal Agent Gas Station MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the x711 — Universal Agent Gas Station MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in x711 — Universal Agent Gas Station, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which x711 — Universal Agent Gas Station actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow x711 — Universal Agent Gas Station MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved x711 — Universal Agent Gas Station MCP locally, you'll see it.

What does the x711 — Universal Agent Gas Station MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the x711 — Universal Agent Gas Station MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

x711 — Universal Agent Gas Station MCP Server | Willow