OCDS German Procurement Search for Cursor
io.github.qune-tech/ocds-mcp
Search and match German public procurement tenders (OCDS) from your local LLM.
client:Cursor
transport:stdio
runtime:npm
Install OCDS German Procurement Search in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ocds-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qune-tech/ocds-mcp"
],
"env": {
"OCDS_API_KEY": "<OCDS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs