Configure MCP server with Raised Funding Recently
Access the Raised Funding Recently signal from AI tools via MCP. Your AI assistant can check if any company has raised capital recently.
MCP server configuration
Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):
json
{
"mcpServers": {
"syncgtm": {
"type": "http",
"url": "https://api.syncgtm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Example prompt
“Has acme.com raised any funding recently? What round and how much?”
Example response
json
{
"raised_funding": true,
"round_type": "Series B",
"amount_raised": "$35M",
"lead_investors": ["Sequoia Capital", "a16z"],
"funding_date": "2026-02-28",
"total_funding": "$52M"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →