Fast MCP Server
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., "@Fast MCP Serverconvert 'hello world' to uppercase"
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.
Fast MCP Server
Este é um servidor MCP construído com FastAPI, usando uma arquitetura de módulos separada entre core e tools.
Estrutura
app.py- ponto de entrada do servidor FastAPI.core/- componentes centrais do MCP, incluindo registro de ferramentas e formatação de SSE.tools/- implementação de ferramentas individuais como módulos separados.requirements.txt- dependências do projeto.
Related MCP server: MCP Ping-Pong Server
Endpoints
GET /health- Verifica o status do servidor.GET /tools- Retorna a lista de ferramentas registradas.POST /tool/{tool_name}- Executa a ferramenta solicitada com payload JSON e responde por streaming SSE.
Como executar
Crie e ative um ambiente virtual Python.
Instale dependências:
pip install -r requirements.txtExecute o servidor:
python main.pySe preferir usar o Uvicorn diretamente:
uvicorn app:app --host 0.0.0.0 --port 8080 --reloadExemplo de uso
Requisição de exemplo para o uppercase:
$body = @{ input = 'hello world' } | ConvertTo-Json
Invoke-WebRequest -Uri http://localhost:8080/tool/uppercase -Method Post -Body $body -ContentType 'application/json' -UseBasicParsingOu com curl:
curl -N -H "Content-Type: application/json" -d '{"input":"hello world"}' http://localhost:8080/tool/uppercaseThis 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
- Alicense-qualityDmaintenanceA FastAPI MCP server that uses Server-Sent Events as a transport layer, providing echo functionality through tools, resources, and prompts.12MIT
- Alicense-qualityDmaintenanceAn experimental MCP server demonstrating remote calls via FastAPI, supporting ping-pong commands through API endpoints and SSE transport.2MIT
- Flicense-qualityBmaintenanceA plugin-based MCP server built on FastAPI that supports dynamic tool loading, hot reloading, and API key authentication for extensible AI tool integrations.
- Flicense-qualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
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/pablo-dutra6/MCP_SQL_Aloca-o'
If you have feedback or need assistance with the MCP directory API, please join our Discord server