Configure MCP server with Mentioned Recently on News
Access the Mentioned Recently on News signal from AI tools via MCP. Your AI assistant can search for company news mentions on demand.
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 Corp been mentioned in the news recently? Summarize the key articles.”
Example response
json
{
"mentioned": true,
"mention_count": 5,
"articles": [
{
"title": "Acme Corp Raises $50M Series C",
"source": "TechCrunch",
"date": "2026-03-18",
"summary": "Acme Corp announced a $50M Series C round led by..."
}
],
"sentiment": "positive"
}Learn more about Enrichment MCP
SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →