API Bridge Lite
БесплатноНе проверенFree, minimal REST API wrapper as an MCP server that lets your AI agent call any API.
Описание
Free, minimal REST API wrapper as an MCP server that lets your AI agent call any API.
README
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.py
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 |
|---|---|
api_request |
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.
Установка API Bridge Lite
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/tiranmoskovitch-dev/mcp-api-bridge-liteFAQ
API Bridge Lite MCP бесплатный?
Да, API Bridge Lite MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для API Bridge Lite?
Нет, API Bridge Lite работает без API-ключей и переменных окружения.
API Bridge Lite — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить API Bridge Lite в Claude Desktop, Claude Code или Cursor?
Открой API Bridge Lite на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare API Bridge Lite with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
