APITube News
io.apitube/newsReal-time news search across 500,000+ sources in 60+ languages with sentiment and entities.
Tools · 2
Search news articles using APITube News API with comprehensive filtering. IMPORTANT INSTRUCTIONS FOR QUERY CONSTRUCTION: 1. DO NOT use dots in parameter names directly in the root object. Use nested …
Resolve a name or prefix to APITube taxonomy IDs so you can use them in the `search_news` tool's filters. The `search_news` tool's most precise filters require IDs you cannot guess: - entity.id — n…
Prompts · 4
Track recent news and sentiment about a specific company.
Break down the sentiment of news coverage about a topic.
Surface the latest breaking news, optionally filtered by subject and country.
Compare volume and sentiment of news coverage for two subjects.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"apitube_news": {
"url": "https://mcp.apitube.io/",
"transport": "streamable-http"
}
}
}