Agentic
StaleDescription
Turn any API into a paid MCP service instantly. Helps developers wrap existing APIs into MCP-compatible agent tools for AI agent capability extension.
Key Features
- Curated MCP marketplace — hand-vetted tools with comprehensive integration tests and evals
- First-class MCP support for both publishing and consuming agent tools
- HTTP to MCP compatibility layer bridging existing APIs to the MCP protocol
- World-class TypeScript DX with one-line integrations for every major TS LLM SDK
- Stripe-based usage billing so you only pay for actual agent tool usage
- Blazing fast MCP gateway powered by Cloudflare's global edge network with caching and rate limits
Use Cases
Strengths & Limitations
✅ Strengths
- • High community interest (18.1k stars)
- • Established track record (3 years in production)
- • Responsive to issues, low backlog
⚠️ Limitations
- • No updates in over 6 months
- • No clear open-source license
Tags
Categories
Quick Start
npm install @agentic/sdk && import { AgenticClient } from '@agentic/sdk'; const client = new AgenticClient({ apiKey: process.env.AGENTIC_API_KEY }); const result = await client.tools.execute('tool-slug', { input: 'your input' })