APITube News MCP Server

by Unknown

Not rated
Website

About

Hosted MCP server for the APITube News API: search articles from 500,000+ sources in 60+ languages, filtered by sentiment, entities, topics and source quality.

Details

Author
Unknown
Categories
Search, Other

The MCP (Model Context Protocol) Server allows AI assistants to directly access the News API without writing code. This enables natural language queries like "find me the latest AI news" to be automatically converted into API requests.

MCP Server is a bridge between AI assistants (like Cursor, Claude Desktop) and the News API. Instead of manually writing API requests, you can ask questions in natural language, and the AI will automatically search for news using the News API.

The MCP server is available athttps://mcp.apitube.io/- ready to use with no installation required.

- Search for news articles directly from your AI assistant
- Filter news by language, sentiment, topics, and more
- Get breaking news stories
- Research specific topics without leaving your IDE

- No installation or setup required
- Always up-to-date with the latest features
- 24/7 availability and reliability
- No maintenance required
- Just add your API key and start using

First, you need an API key fromAPITube:
- Sign up on
apitube.io
- Get your personal API key
- Keep it secure

Add the MCP server to your AI assistant's configuration. The hosted server speaks HTTP JSON-RPC, so pass your API key in theAuthorizationheader.

On Cursor or VS Code you can skip the config file entirely — theCode Editors Setuppage builds an install link with your key already in it.

For Cursor(~/.cursor/mcp.json, or.cursor/mcp.jsonin a project):

{ "mcpServers": { "apitube-news": { "url": "https://mcp.apitube.io/", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }

For Claude Desktop(~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS). Claude Desktop launches MCP servers as local processes, so bridge the remote server withmcp-remote:

{ "mcpServers": { "apitube-news": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.apitube.io/", "--header", "Authorization: Bearer YOUR_API_KEY" ] } } }

Setting up VS Code, Windsurf, or Claude Code instead? SeeCode Editors Setupfor per-editor instructions.

After adding the configuration, restart Cursor or Claude Desktop for the changes to take effect.

Once connected, you can ask your AI assistant natural language questions:

Find me the latest news about artificial intelligence
What are the breaking news stories right now?

The AI assistant can handle complex queries with multiple filters:

Find breaking news about climate change from verified sources published today
Show me long-form articles about SpaceX with images, published in the last week
Find news mentioning Elon Musk and Tesla

The MCP server supports all News API features:

- Search by title/keywords- Find articles matching specific terms
- Language filtering- Filter by language (English, Russian, etc.)
- Sentiment analysis- Filter by positive, negative, or neutral sentiment
- Date ranges- Search within specific time periods
- Media filtering- Find articles with images or videos
- Source quality- Filter by verified or premium sources
- Breaking news- Get only breaking news stories
- Entity search- Find news about specific people, organizations, or locations
- Topic/Category filtering- Filter by predefined topics and categories
- You ask a question in natural language
- The AI assistant converts it to an MCP tool call
- MCP server translates it to a News API request
- Results are returned to the AI assistant
- The AI formats and presents the news to you

- JSON-RPC endpoint:POST https://mcp.apitube.io/
- Protocol version: latest2025-11-25; the server negotiates down to the version your client requests (older versions such as2024-11-05remain supported)
- Server version:1.0.0

The MCP server provides the following tools:

- search_news- Search for news articles with advanced filtering by language, category, sentiment, entities, media content, and more
- suggest- Resolve a name or prefix (e.g. "Tesla") to APITube entity/category/topic/industry IDs, so you can use them in thesearch_newsfilters (entity.id,category.id,topic.id,industry.id)

Ready-made query templates (slash commands in MCP clients), built on top of the tools above:

- monitor_company- Track recent news and sentiment about a company
- topic_sentiment- Break down the sentiment of coverage about a topic
- breaking_news- Surface the latest breaking news, optionally by subject and country
- compare_coverage- Compare volume and sentiment of coverage for two subjects

The MCP server automatically handles authentication using the API key provided in the configuration. The key is securely passed in request headers.

curl -X POST https://mcp.apitube.io/ \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "initialize", "params": { "protocolVersion": "2024-11-05", "capabilities": {}, "clientInfo": {"name": "test", "version": "1.0.0"} }, "id": 1 }'
{ "jsonrpc": "2.0", "result": { "protocolVersion": "2024-11-05", "serverInfo": { "name": "APITube News MCP-Server", "version": "1.0.0" }, "capabilities": { "tools": {"listChanged": true}, "prompts": {"listChanged": true} } } }

- Verify your API key is correct onapitube.io
- Check the configuration file syntax
- Ensure your API key is passed via theAuthorization: Bearer YOUR_API_KEYheader — in theheadersblock for Cursor, or as the--headerargument for Claude Desktop'smcp-remotebridge
- Restart your AI assistant
- Try testing with curl to verify the API key works

- 401with codeER0230— your API key has expired. Check or extend the key's expiry date in yourAPI key settings.
- 403with codeER0603— your API key is not allowed to call the MCP tools (search_news,suggest). Grant the key the matching permissions in its settings, or use a key that has full access.

If you can't connect tohttps://mcp.apitube.io/:

- Check your internet connection
- Verify firewall settings
- Try accessing the URL in a browser

curl -X POST https://mcp.apitube.io/ \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "search_news", "arguments": { "title": "Bitcoin", "per_page": 5 } }, "id": 1 }'

You can also use the MCP server as a regular HTTP API without an AI assistant:

curl -X POST https://mcp.apitube.io/ \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "search_news", "arguments": { "title": "AI technology", "language": {"code": "en"}, "is_breaking": 1 } }, "id": 1 }'

The server athttps://mcp.apitube.io/is available 24/7 and requires no setup or maintenance.

- Check outcommon workflowsfor query examples
- Learn about
available parameters
- Explore
authentication options
- Check the
Technical FAQ
- Verify your API key on
apitube.io
- Check server logs for errors
- Contact support through the APITube website

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Aggregates trending topics from over 20 sources in real-time, with customizable fields and RSS feed support.

Best people search engine that reduces the time spent on talent discovery.

Objective-driven deep research paid per request via MPP - free daily quick search (news/arXiv), quote-first paid cloud-browser research with cross-source reports. MCP Streamable HTTP, no API key.

About Free multi-engine MCP search server — 8 free engines (DDG, Sogou, Bing, Baidu, Wikipedia, Startpage, Yandex, Mojeek), waterfall progressive search, multi-source verification, content enrichment, news search, language auto-detection, rate limit exposure. Zero API keys needed. Self-hostable.

Job search engine with 500k+ listings across Austria, Germany and Switzerland (alleskralle.com).

Live Austin-area MLS listings in your AI assistant — active listings, property details, schools, taxes, and neighborhood data for the Austin metro. Free remote MCP server, no install.

A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.

Fetches the latest news headlines from the Boring News API.

Find and qualify expired, dropping, and auction domains using SEO metrics, backlink data, domain age, language, screenshots, and historical tech signals across 17 auction sources and 49+ ccTLDs.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.