Agent Skills
Agent Skills are small, discoverable instruction files that teach an AI agent how to use a service. APITube publishes its skills under /.well-known/, so an agent can find them automatically — no manual setup — and then authenticate, query, and parse the News API correctly.
Discovery index
The index lists every published skill with its description and a content digest:
Published skills
apitube-news-api
How to call the News API directly over HTTP — authentication, endpoints, the key /news/everything filters, the JSON response shape, and rate limits.
Use this when an agent should build and send API requests itself.
apitube-mcp
How to connect an assistant to the hosted MCP Server and search news in natural language — no code, no install.
The MCP server exposes a single tool, everything, which searches articles with filtering by title/keywords, language, sentiment, entities, media, source quality, breaking-news flag, and date ranges.
MCP server card
MCP clients can read the server's capabilities from its server card:
Next steps
- Connect an assistant now: Code Editors Setup
- Full HTTP reference: Parameters