Analytics
paddock.finance
Provides market analytics and insights for AI agent commerce, including transaction volumes, spending categories, and provider recommendations.
ENDPOINT 1
https://paddock.finance/api/mcp/mcp
MCP server metadata
- Name
- paddock
- Version
- 1.0.0
Known tools 11
get_market_summaryReturns current AI agent commerce market overview — total daily transaction volume, USDC spend, unique buyer agents, live service providers, and the top spending categories.
Inferred read-onlyget_category_detailFREE KEY REQUIRED (20 calls/day, shared across the free-tier tools; get one at paddock.finance/api/keys/free with an email address).
Potential side effectsget_niche_gapsFREE KEY OR PAID ($0.01 USDC per query via x402, or any Paddock API key — a free pk_free_ key covers it against a shared 20 calls/day, or 1 free trial call/day without a key).
Inferred read-onlyget_best_value_providerPAID ($0.02 USDC per query, or Paddock API key, or 1 free trial call/day).
Inferred read-onlyget_livenessFREE KEY OR PAID ($0.001 USDC per query via x402, or any Paddock API key — a free pk_free_ key covers it against a shared 20 calls/day, or 1 free trial call/day without a key).
Inferred read-onlyget_report_dataPAID ($0.99 USDC per query via x402, or Paddock API key — no free trial).
Inferred read-onlyget_changesPAID ($0.10 USDC per query, or Paddock API key, or 1 free trial call/day).
Inferred read-onlyget_circular_signalPAID ($0.99 USDC per query, or Paddock API key, or 1 free trial call/day).
Inferred read-onlyget_whale_activityPAID ($0.99 USDC per query, or Paddock API key, or 1 free trial call/day).
Inferred read-onlyget_provider_revenuePAID ($0.99 USDC per query, or Paddock API key, or 1 free trial call/day).
Inferred read-onlyget_token_metricsFREE KEY OR PAID ($0.01 USDC per query via x402, or any Paddock API key — a free pk_free_ key covers it against a shared 20 calls/day, or 1 free trial call/day without a key).
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.paddock]
url = "https://paddock.finance/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"paddock": {
"type": "http",
"url": "https://paddock.finance/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: paddock
Remote MCP URL: https://paddock.finance/api/mcp/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": {
"paddock": {
"url": "https://paddock.finance/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"paddock": {
"type": "http",
"url": "https://paddock.finance/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "paddock",
"transport": "streamable-http",
"url": "https://paddock.finance/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.