TrueSource for Cursor
io.github.hangeaiagent/truesource-mcp
First-hand market signals: filings, procurement wins, R&D expansion, macro data
client:Cursor
transport:stdio
runtime:pypi
Install TrueSource in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"truesource-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"truesource-mcp"
],
"env": {
"HUNTER_API_KEY": "<HUNTER_API_KEY>",
"TRUESOURCE_URL": "<TRUESOURCE_URL>",
"TRUESOURCE_MAX_ITEMS": "<TRUESOURCE_MAX_ITEMS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs