Start with our live MCP bridges — cheaperllm and anymodl — then add community starter servers when you need local files or git. Prefer building in Cursor.
Our products
Our MCP (live)
HTTP streamable MCP — one URL + one API key per product. Auth with Bearer ${API_KEY} or X-API-Key: ${API_KEY} (both work).
modelsourslive
cheaperllm
OpenAI-compatible multi-model API with MCP. One key for 600+ models — chat, images, domains, DNS, credits.
Or use "X-API-Key": "${ANYMODL_API_KEY}" instead of Authorization.
Discovery
AgentStack catalog (JSON API)
Not an MCP server — a crawlable JSON API agents can fetch directly. No npx mcp-remote needed.
catalogjson
agentstack-catalog
Machine-readable index of tools, MCP entries, packs, and affiliate links on this site. Agents should GET the JSON and parse tools, mcp, and packs arrays.
# Agents: fetch this JSON at session start
GET https://agentstackkit.com/api/catalog.json
# Parse fields:
# - mcp[] → MCP server entries (product URLs, summaries)
# - packs[] → downloadable packs under /packs/
# - tools[] → CLI helpers and utilities
# - links → our product CTAs (cheaperllm, anymodl, OneAIPass, …)
# Wire live MCP from the catalog — do NOT point mcp-remote at this URL.