agent data api for Grok
io.github.ptrgit1/agent-data-api
19 pay-per-call data tools for AI agents: crypto/DeFi, web, PDF, FX, weather, DNS. x402 on Base.
client:Grok
transport:stdio
runtime:npm
Install agent data api in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-data-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-data-api-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs