Data Collection
agenteconomy.to
Provides on-chain and off-chain data about agent-payment protocols and related metrics.
ENDPOINT 1
https://agenteconomy.to/api/mcp
MCP server metadata
- Name
- agent-economy
- Version
- 1.0.0
Known tools 4
list_protocolsThe agent-payment protocols agent economy tracks on-chain, each with its headline metric and unit.
Potential side effectsget_protocolFull on-chain data for a single protocol: cumulative totals + daily/weekly time series.
Inferred read-onlyget_off_chainWeb-sourced (not on-chain) agent-economy signal: token market, x402 service supply, agent/MCP supply, the Virtuals economy, developer adoption, Masumi.
Inferred read-onlyget_data_freshnessWhen each feed and section was last updated — so an agent knows how current the numbers are.
Inferred read-onlyCONNECT 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.agent-economy]
url = "https://agenteconomy.to/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-economy": {
"type": "http",
"url": "https://agenteconomy.to/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-economy
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": {
"agent-economy": {
"url": "https://agenteconomy.to/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-economy": {
"type": "http",
"url": "https://agenteconomy.to/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-economy",
"transport": "streamable-http",
"url": "https://agenteconomy.to/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agenteconomy.to was fetched 2026-07-30T09:19:12.783Z and is being refreshed.
agenteconomy.to is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.