x402 government-data search for Cursor
io.github.lspain1994/x402-datasets-mcp
Search five paid x402 government-data APIs (IRS, FDA, SSA, HCAD); full records paid over x402.
client:Cursor
transport:stdio
runtime:npm
Install x402 government-data search in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"x402-datasets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lspain1994/x402-datasets-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs