Agent101 Mcp
@rachelsu-blip
About Agent101 Mcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent101-mcp": {
"command": "python3",
"args": [
"server.py",
"--http",
"--port",
"3102"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agent101 Mcp?
Agent101 Mcp is an open-source MCP server that bundles access to 3,900+ APIs and tools across 15 categories, with 44 free invokers that require no API keys or setup. It is designed for AI agents that need a single integration point for a wide range of functionality.
How to use Agent101 Mcp?
Configure the server in your MCP client (e.g., Claude Desktop, Cursor) using the provided JSON snippet, pointing to the server.py script. Alternatively, run the server in HTTP mode via python3 server.py --http --port 3102. Once connected, use the eight MCP tools — such as search_tools, recommend, invoke_tool, and chain_tools — to discover and invoke tools.
Key features of Agent101 Mcp
- One server, 3,900+ tools across 15 categories.
- 44 free invokers accessible without any API keys.
- Eight built-in MCP tools for tool discovery and invocation.
- Zero dependencies – only a Python runtime required.
- Optional x402 payment gateway for premium tool monetization.
- Discovery via MCP, A2A, and OpenAI agent protocols.
Use cases of Agent101 Mcp
- Quickly search for and invoke free APIs (e.g., weather, DNS lookup, Wikipedia) from a single server.
- Build AI agents that dynamically select the best tool for a given task based on ranked recommendations.
- Chain multiple tools together to complete complex multi-step workflows.
- Monetize premium tool access with crypto micropayments via the optional x402 gateway.
- Explore and test thousands of public APIs without manual registration or key management.
FAQ from Agent101 Mcp
What tools are available for free?
44 tools are free and require no API keys or setup. They cover data & reference (e.g., ipinfo, open-meteo, wikipedia), developer (e.g., github-search, pypi, hacker-news), finance (bitcoin-price), text & language (dictionary, duckduckgo), network & security (dns-lookup, ssl-check), space & science (iss-location, nasa-apod), media (open-library, lorem-picsum), and utilities (qrcode, catfact, bored).
How do I invoke a free tool?
Use the invoke_tool MCP tool with the invoker name and optional parameters. For example: invoke_tool("hacker-news") or invoke_tool("pypi", {"package": "requests"}).
What are the runtime dependencies?
Zero dependencies – the server runs on Python 3 with no additional packages required for the free tools. For the optional x402 payment gateway, install x402[all], fastapi, and uvicorn.
Can I add my own custom invokers?
Yes. You can add invokers by defining a function decorated with @invoker("tool-name") in the server script. The README provides a minimal example.
What authentication or payment systems are supported?
No authentication is required for free tools. The optional x402 payment gateway uses USDC on Base for premium API calls; free tools remain free even when the gateway is active.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Nginx UI
0xJackyYet another WebUI for Nginx
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments