INDIVIDUAL MCP TOOL
get_market_summary
Returns current AI agent commerce market overview — total daily transaction volume, USDC spend, unique buyer agents, live service providers, and the top spending categories.
LIVE ENDPOINT
https://paddock.finance/api/mcp/mcp
Connect to this endpoint to inspect the live schema for get_market_summary and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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.
Related tools
get_category_detail— FREE KEY REQUIRED (20 calls/day, shared across the free-tier tools; get one at paddock.finance/api/keys/free with an email address).get_niche_gaps— FREE 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).get_best_value_provider— PAID ($0.02 USDC per query, or Paddock API key, or 1 free trial call/day).get_liveness— FREE 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).get_report_data— PAID ($0.99 USDC per query via x402, or Paddock API key — no free trial).get_changes— PAID ($0.10 USDC per query, or Paddock API key, or 1 free trial call/day).get_circular_signal— PAID ($0.99 USDC per query, or Paddock API key, or 1 free trial call/day).get_whale_activity— PAID ($0.99 USDC per query, or Paddock API key, or 1 free trial call/day).