oromi agent services for Cursor
io.github.oromi-uk/oromi-agent-services
25 pay-per-call UK data & verification tools for AI agents. x402 USDC on Base; free quote mode.
client:Cursor
transport:stdio
runtime:npm
Install oromi agent services in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oromi-agent-services": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oromi-agent-services-mcp"
],
"env": {
"BUYER_PRIVATE_KEY": "<BUYER_PRIVATE_KEY>",
"OROMI_ORIGIN": "<OROMI_ORIGIN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs