Agentic

Stale
GitHub TypeScript NOASSERTION

Description

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

💡 Monetizing existing API services as MCP-compatible agent tools
💡 Building AI agents that access curated, high-quality third-party tools
💡 Publishing OpenAPI services to the MCP ecosystem with billing built in
💡 Integrating tools from the Agentic marketplace into LangChain, OpenAI, or Vercel AI SDK workflows
💡 Developing and distributing MCP servers with versioning and quality guarantees

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' })

Related Projects