llms.txt Content
# Agentic News
> AI-powered news monitoring and analysis. Create agents to track any topic, get deduplicated briefings with citations, and access everything via REST API or MCP.
## Key Capabilities
- Agents: monitor specific topics, competitors, or niche interests across 10,000+ sources.
- Clustering: deduplicates near-identical coverage into a single story cluster.
- Lenses: interpret stories from roles/perspectives you define (e.g., CEO, engineer, parent).
- Collections + AI Q&A: save important stories and ask questions with cited answers.
- Email briefings: daily digests with adjustable frequency.
## API & AI Assistant Access
- REST API: https://api.agentic-news.ai (OpenAPI spec at https://api.agentic-news.ai/docs/openapi.json)
- Interactive API docs: https://api.agentic-news.ai/docs
- MCP Server: POST https://api.agentic-news.ai/mcp (Streamable HTTP transport, 21 tools)
- OAuth 2.0 discovery: https://api.agentic-news.ai/.well-known/oauth-authorization-server
- Authentication: Bearer token with API key (ak_ prefix). Create keys at https://agentic-news.ai/settings/api-keys
- Rate limits: 300 req/min global, 30 for search, 10 for writes.
- Requires active Pro subscription (14-day free trial available).
## MCP Tools (21)
Onboarding: get_started. Public: get_trending, search_stories, get_story. Agents: list_agents, create_agent, update_agent, delete_agent, get_agent_stories. Briefing: get_briefing. Feedback: submit_feedback, list_refinements, add_refinement, delete_refinement. Collections: list_collections, get_collection, create_collection, save_to_collection, remove_from_collection. Lenses: list_lenses, create_lens.
## Quick Start for AI Agents
1. Get an API key from https://agentic-news.ai/settings/api-keys
2. GET https://api.agentic-news.ai/search?q=your+topic (semantic search)
3. GET https://api.agentic-news.ai/briefing (personalized feed)
4. POST https://api.agentic-news.ai/watches (create a monitoring agent)
5. Or connect via MCP at POST https://api.agent