Agentic AI APIs
The ultimate collection of APIs for building autonomous AI agents — 2,036 production-ready APIs across Agents, AI Models, and MCP Servers. Stop wasting weeks building infrastructure. Plug these in and ship your agent today.
What is Agentic AI APIs?
Agentic AI APIs is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ultimate collection of apis for building autonomous ai agents — 2,036 production-ready apis across agents, ai models, and mcp servers. stop wasting weeks building infrastructure. plug these in and shi...
The ultimate collection of APIs for building autonomous AI agents — 2,036 production-ready APIs across Agents, AI Models, and MCP Servers. Stop wasting weeks building infrastructure. Plug these in and ship your agent today.
This server falls under the APIs category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- The ultimate collection of APIs for building autonomous AI a
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx agentic-ai-apisConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Agentic AI APIs
Agentic AI APIs is a curated directory of over 2,500 production-ready APIs organized into three categories: Agents (execution layers and orchestration), AI Models (generation, reasoning, and transformation), and MCP Servers (Model Context Protocol integrations). It serves as a discovery launchpad for developers building autonomous AI agents, eliminating the weeks typically spent finding and evaluating infrastructure APIs. Instead of building from scratch, teams can browse the directory to find pre-vetted providers for every layer of their agent stack.
Prerequisites
- Node.js 18+ installed on your system
- An MCP-compatible client such as Claude Desktop or Cursor
- Accounts and API keys for any specific provider APIs you plan to integrate
- Basic familiarity with JSON configuration files for MCP client setup
Browse the API directory
Visit the GitHub repository at https://github.com/cporter202/agentic-ai-apis and explore the three top-level folders: agents-apis, ai-models-apis, and mcp-servers-apis. Each folder contains per-provider documentation with links to official docs, pricing, and integration details.
Run the MCP server via npx
The server can be started directly without installation using npx. This launches the API directory as an MCP tool source so your AI client can query it for available APIs and providers.
npx agentic-ai-apisAdd the server to your MCP client configuration
Open your MCP client's configuration file (e.g., claude_desktop_config.json for Claude Desktop) and register the server under mcpServers. No environment variables are required for the directory itself.
{
"mcpServers": {
"agentic-ai-apis": {
"command": "npx",
"args": ["agentic-ai-apis"]
}
}
}Restart your MCP client
After saving the configuration, restart Claude Desktop or your chosen MCP client so it picks up the new server. The directory tools will then be available in your conversation.
Explore provider categories through the MCP interface
Use your AI assistant to query the directory for agent orchestration APIs, model providers, or MCP server integrations. The server surfaces metadata about each category to help you identify the right provider for your use case.
Agentic AI APIs Examples
Client configuration
Minimal Claude Desktop configuration to register the Agentic AI APIs directory server.
{
"mcpServers": {
"agentic-ai-apis": {
"command": "npx",
"args": ["agentic-ai-apis"]
}
}
}Prompts to try
Example prompts to explore the API directory once the server is connected.
- "Show me available agent orchestration APIs in the directory"
- "What MCP server integrations are available for database access?"
- "List AI model APIs that support text generation and summarization"
- "Find APIs suitable for building a multi-agent workflow with memory"Troubleshooting Agentic AI APIs
npx agentic-ai-apis fails with a package not found error
Ensure Node.js 18+ is installed and npm registry is reachable. Try clearing the npx cache with 'npx --yes agentic-ai-apis' or install globally with 'npm install -g agentic-ai-apis' first.
MCP client does not show the server after configuration
Verify the JSON in claude_desktop_config.json has no trailing commas or syntax errors. Use a JSON validator, save the file, and do a full restart of the client application.
Server starts but returns no tool results
The repository is primarily a static directory; network access may be required to resolve provider links. Check that your system has internet connectivity and that no firewall rules block outbound HTTPS.
Frequently Asked Questions about Agentic AI APIs
What is Agentic AI APIs?
Agentic AI APIs is a Model Context Protocol (MCP) server that ultimate collection of apis for building autonomous ai agents — 2,036 production-ready apis across agents, ai models, and mcp servers. stop wasting weeks building infrastructure. plug these in and ship your agent today. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Agentic AI APIs?
Follow the installation instructions on the Agentic AI APIs GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Agentic AI APIs?
Agentic AI APIs works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Agentic AI APIs free to use?
Yes, Agentic AI APIs is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Agentic AI APIs Alternatives — Similar APIs Servers
Looking for alternatives to Agentic AI APIs? Here are other popular apis servers you can use with Claude, Cursor, and VS Code.
Kong
★ 43.4k🦍 The API and AI Gateway
API Mega List
★ 5.4kThis GitHub repo is a powerhouse collection of APIs you can start using immediately to build everything from simple automations to full-scale applications. One of the most valuable API lists on GitHub—period. 💪
Fetch
★ 5.4kFetch web content and convert to markdown for AI consumption
Fusio
★ 2.1kSelf-Hosted API Management for Builders
Korean Law
★ 1.8k국가법령정보MCP v4.0 | 법제처 41개 API → 17개 MCP 도구. 법령·판례·조례 검색 + LLM 환각 방지 인용검증 + 조문 영향 그래프(impact_map) + 시점 비교 자동 diff(time_travel) + 시민 5단계 실행 가이드(action_plan) | 41 Korean legal APIs → 17 MCP tools
RuleGo
★ 1.5k⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.
Browse More APIs MCP Servers
Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Agentic AI APIs in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Agentic AI APIs?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.