← agenteconomy.to

INDIVIDUAL MCP TOOL

get_off_chain

Web-sourced (not on-chain) agent-economy signal: token market, x402 service supply, agent/MCP supply, the Virtuals economy, developer adoption, Masumi.

agenteconomy.tonone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

agenteconomy.to

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agenteconomy-to]
url = "https://agenteconomy.to/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agenteconomy-to": {
      "type": "http",
      "url": "https://agenteconomy.to/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agenteconomy-to
Remote MCP URL: https://agenteconomy.to/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agenteconomy-to": {
      "url": "https://agenteconomy.to/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agenteconomy-to": {
      "type": "http",
      "url": "https://agenteconomy.to/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agenteconomy-to",
  "transport": "streamable-http",
  "url": "https://agenteconomy.to/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_protocols — The agent-payment protocols agent economy tracks on-chain, each with its headline metric and unit.
  • get_protocol — Full on-chain data for a single protocol: cumulative totals + daily/weekly time series.
  • get_data_freshness — When each feed and section was last updated — so an agent knows how current the numbers are.