MCP API Bridge Lite
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP API Bridge Litefetch user 1 from jsonplaceholder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP API Bridge Lite
Free, minimal REST API wrapper as an MCP server. Let your AI agent call any API in 30 seconds.
Quick Start
pip install mcp aiohttp
export MCP_API_BASE_URL=https://jsonplaceholder.typicode.com
export MCP_API_AUTH_KEY=your-key-here # optional
python server.pyRelated MCP server: APIFold
Claude Desktop Configuration
{
"mcpServers": {
"my-api": {
"command": "python",
"args": ["server.py"],
"env": {
"MCP_API_BASE_URL": "https://api.example.com",
"MCP_API_AUTH_KEY": "your-api-key"
}
}
}
}Tools
Tool | Description |
| Make GET/POST/PUT/DELETE requests to any API path |
Need More?
The full MCP API Bridge includes:
JSON config file for multi-endpoint setup (no code changes needed)
Per-minute and per-hour rate limiting
Response caching with configurable TTL
Auto-retry with exponential backoff
Multiple auth types (API key, Bearer, Basic, custom headers)
Dynamic tools generated from your endpoint config
Concurrent request control
Part of the MCP Starter Arsenal
4 production-ready MCP servers: Database, API Bridge, RAG, and Web Scraper.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAutomatically converts Swagger/OpenAPI specifications into MCP servers, enabling AI agents to interact with any REST API through natural language by exposing endpoints as AI-friendly tools.Last updated3
- AlicenseAqualityBmaintenanceTurn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key.Last updated210AGPL 3.0
- Alicense-qualityBmaintenanceTurns any OpenAPI specification into a fully working MCP server with a single command, enabling AI agents to call APIs without writing any glue code.Last updated27MIT
- Alicense-qualityDmaintenanceTurns any OpenAPI REST or GraphQL API into an MCP server, allowing AI assistants like Claude to interact with APIs without writing code.Last updated65MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tiranmoskovitch-dev/mcp-api-bridge-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server