Data Collection
apitube.io
Provides tools to search news articles and resolve taxonomy IDs using the APITube News API.
ENDPOINT 1
https://mcp.apitube.io
MCP server metadata
- Name
- APITube News MCP-Server
- Version
- 1.0.0
This server provides tools for searching news articles using APITube News API. Available tools: - search_news: Comprehensive news search with 100+ filtering options KEY CAPABILITIES: ✓ 60+ languages support ✓ Sentiment analysis (positive/negative/neutral) ✓ Entity extraction (persons, organizations, locations, brands, events, disasters, diseases) ✓ Media filtering (images, videos, high-quality content) ✓ Source filtering by domain, country, bias, and quality rank (OPR) ✓ Advanced sorting: relevance, engagement, quality, controversy, trust ✓ Faceting and range faceting for analytics ✓ Highlighting with synonym/morphology expansion ✓ Export formats: JSON, XML, XLSX, CSV, TSV IMPORTANT RULES: 1. DO NOT use dots in parameter names - use nested objects instead ❌ Wrong: { "language.code": "en" } ✅ Right: { language: { code: "en" } } 2. Multiple values: use COMMA separation Example: "en,ru,fr" for multiple languages 3. Integer filters: ONLY 0 or 1 Examples: has_image=1, is_duplicate=0, is_breaking=1 4. Date format: ISO 8601 (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ) 5. Most filters support "up to 3 values" with comma separation COMMON USE CASES: Basic Search: - {title: "Bitcoin", language: {code: "en"}} Breaking News: - {is_breaking: 1, sort: {by: "published_at", order: "desc"}} Company Monitoring: - {organization: {name: "Tesla,Apple"}, sentiment: {overall: {polarity: "positive"}}} High-Quality Sources: - {source: {rank: {opr: {min: 0.7}}}, is_verified_source: 1, is_duplicate: 0} Date Range Analysis: - {published_at: {start: "2024-01-01", end: "2024-12-31"}} Viral Content: - {has_image: 1, media: {images: {count: {min: 2}}}, sort: {by: "engagement", order: "desc"}} Long-Form Quality: - {is_long_read: 1, sort: {by: "quality", order: "desc"}, has_author: 1} Entity Search: - {person: {name: "Elon Musk"}, category: {id: "medtop:04000000"}} Multi-Language News: - {title: "AI", language: {code: "en,de,fr"}, sentiment: {overall: {polarity: "positive"}}} Analytics with Faceting: - {facet: true, facet: {field: "source.id,language.id", limit: 10}} For detailed parameter documentation, use the tool's description.
Known tools 2
search_newsSearch news articles using APITube News API with comprehensive filtering.
Inferred read-onlysuggestResolve a name or prefix to APITube taxonomy IDs so you can use them in the `search_news` tool's filters.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apitube-news-mcp-server]
url = "https://mcp.apitube.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apitube-news-mcp-server": {
"type": "http",
"url": "https://mcp.apitube.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apitube-news-mcp-server
Remote MCP URL: https://mcp.apitube.io
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apitube-news-mcp-server": {
"url": "https://mcp.apitube.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apitube-news-mcp-server": {
"type": "http",
"url": "https://mcp.apitube.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apitube-news-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.apitube.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for apitube.io was fetched 2026-08-23T21:45:11.659Z.
apitube.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.