TrueSource for Grok
io.github.hangeaiagent/truesource-mcp
First-hand market signals: filings, procurement wins, R&D expansion, macro data
client:Grok
transport:stdio
runtime:pypi
Install TrueSource in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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