Every AI story that matters.
Via API and MCP.
Agentique ingests 1,000+ articles, tweets, and discussions every day and scores them for actionability. Plug the feed into your coding agent via MCP or REST and ask:
- what's trending this month?
- which AI tools should I try in my project?
- what's new in privacy-focused AI?
Buy credits
5CHF
one-timeYou get500 credits
- Semantic search5 cr~100 calls
- Recent articles1 cr~500 calls
Stripe checkout
Install
Install - MCP
claude mcp add --transport http agentique \ https://www.agentique.ch/mcp \ --header "Authorization: Bearer $AGENTIQUE_KEY"
Or curl
Search - curl
curl -sS https://www.agentique.ch/v1/search \ -H "Authorization: Bearer $AGENTIQUE_KEY" \ -G --data-urlencode "q=open-source agent library" \ --data-urlencode "limit=5"
Reference
Search
5 credits- MCP
search_ai_news(query, limit?, category?, kind?)- REST
GET /v1/search?q=…
- query / q
- string, required
- limit
- 1–20, default 10
- category
- optional filter
- kind
- optional filter
Recent
1 credit- MCP
get_recent_ai_news(since?, limit?, min_score?, category?, kind?)- REST
GET /v1/articles
- since
- ISO date, default 7d ago
- limit
- 1–50, default 20
- min_score
- 1–10, default 6
- category
- optional filter
- kind
- optional filter
Returns { id, title, summary, categories, kind, published_at, score, url }
Errors: 401 unauthorized402 insufficient_credits400 invalid params
FAQ
- More credits?
- Re-run checkout with the same email. Credits top up, key stays the same.
- Lost your key?
- Email dimitar@agentique.ch from your purchase email - I'll rotate it manually, usually within a day.
- What's in the stream?
- Curated AI/dev news from 1,000+ sources - same feed as newsletter.