Prelo MCP Server
Click on "Deploy 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., "@Prelo MCP Serverquais são os lançamentos de março de 2026?"
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.
Prelo MCP Server
MCP server público para o Prelo — agregador de lançamentos literários brasileiros.
Ferramenta disponível
buscar_livros
Consulta o catálogo de lançamentos com filtros opcionais.
Parâmetro | Tipo | Descrição |
|
| Mês no formato |
|
| Nome da editora (busca parcial), ex: |
|
| Nome do autor (busca parcial), ex: |
Related MCP server: br-eli-mcp
Uso no Claude Desktop
Adicione ao seu claude_desktop_config.json:
{
"mcpServers": {
"prelo": {
"url": "https://prelo-mcp.vercel.app/mcp"
}
}
}Stack
Runtime: Node.js (Vercel Serverless Functions)
MCP SDK:
@modelcontextprotocol/sdkBanco de dados: Supabase (PostgreSQL)
Desenvolvimento local
cp .env.example .env
# preencha o .env com suas credenciais
npm install
npm run buildDeploy
vercel --prodThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Russian books search, details, and recommendation candidates.
MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).
MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server that enables searching books by author via Open Library API and searching keywords inside local text files.2217 npmMIT
- AlicenseAqualityAmaintenanceMCP server for the Brazilian Chamber of Deputies open-data API, enabling search and retrieval of federal legislative bills and their status.1542 PyPI1Apache 2.0
- AlicenseAqualityCmaintenanceMCP server for pelando.com.br, the Brazilian community deal board. It enables searching and browsing deals, retrieving deal details and comments, and assessing crowd quality verdicts.9BSD 2-Clause "Simplified"
- AlicenseNot gradedqualityCmaintenanceMCP server for consulting the Brazilian Federal Revenue tax calendar (Agenda Tributária) from the official source. Provides a read-only tool to query tax schedule information via natural language in any MCP-compatible client.MIT