x402 government-data search for Grok
io.github.lspain1994/x402-datasets-mcp
Search five paid x402 government-data APIs (IRS, FDA, SSA, HCAD); full records paid over x402.
client:Grok
transport:stdio
runtime:npm
Install x402 government-data search in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"x402-datasets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lspain1994/x402-datasets-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