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

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

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

Apify MCP Server

5.8k · TypeScript
Active A

MCP server that enables AI agents to extract data from social media, search engines, maps, and e-commerce sites using thousands of Apify scrapers.

typescriptmcptools +3
  • · Access to thousands of ready-made scrapers, crawlers, and automation tools from Apify Store
  • · OAuth support for one-URL connection from Claude.ai, VS Code, Cursor, and other MCP clients
  • · Hosted server at mcp.apify.com with Streamable HTTP transport (SSE deprecated April 2026)

Keeper.sh

1.3k · TypeScript
Active B

Calendar sync tool and universal calendar MCP server for aggregating, syncing, and controlling calendars across Google, Outlook, Office 365, iCloud, and CalDAV.

typescriptmcptools +3
  • · Aggregate calendar events from remote iCal or ICS links across multiple sources
  • · Content-agnostic syncing engine with smart push and automatic stale event cleanup
  • · MCP server integration allowing AI agents to read and write calendars directly

Open MCP Client

1.6k · TypeScript
Active A

An open-source MCP client that provides unified access to Model Context Protocol tools, enabling integration of any MCP server into AI applications with simplified tool calling.

mcptypescripttools +1
  • · Open-source MCP client for unified access to Model Context Protocol tools
  • · Integrates any MCP server into AI applications with simplified tool calling
  • · Separate frontend and agent architecture for clean separation of concerns

Gibberlink

4.9k · TypeScript
Stale B

A protocol where two conversational AI agents switch from English to a sound-level protocol after confirming they are both AI agents, improving inter-agent communication efficiency.

typescriptagentapi +2
  • · AI-to-AI agents switch from English to ggwave sound-level protocol automatically
  • · Won 1st place at 11labs x a16z international hackathon, covered by Forbes and TechCrunch
  • · Built on ggwave data-over-sound library with ElevenLabs conversational AI integration