mcp-brasil vs pg-aiguide
Side-by-side comparison to help you pick between these two MCP servers.
mcp-brasil by Mcp-Brasil | pg-aiguide by timescale | |
|---|---|---|
| Stars | ★ 1,561 | ★ 1,729 |
| 30d uses | — | — |
| Score | 56 | 55 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsDatabase | DatabaseDeveloper ToolsAI / LLM Tools |
| Language | Python | Python |
| Last commit | 1 mo ago | this month |
mcp-brasil · Summary
Comprehensive MCP server providing access to 70 Brazilian public APIs with 533 tools for various government data sources.
pg-aiguide · Summary
MCP server providing PostgreSQL expertise, semantic search, and best practices for AI coding tools.
mcp-brasil · Use cases
- Query legislative projects about AI in the Chamber of Deputies in 2024 and identify their authors
- Analyze economic trends by comparing Selic interest rates with inflation (IPCA) over the past year
- Find the top 10 largest federal government contracts in 2024 and identify the suppliers
pg-aiguide · Use cases
- Improving PostgreSQL code generation in AI coding assistants
- Providing semantic search for PostgreSQL documentation
- Implementing best practices for database schema design
mcp-brasil · Install
Install with pip or uv:
pip install mcp-brasil
uv add mcp-brasilFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-brasil": {
"command": "uvx",
"args": ["--from", "mcp-brasil", "python", "-m", "mcp_brasil.server"],
"env": {
"TRANSPARENCIA_API_KEY": "sua-chave-aqui",
"DATAJUD_API_KEY": "sua-chave-aqui",
"META_ACCESS_TOKEN": "seu-token-aqui"
}
}
}
}API keys are optional - without them, 36 APIs still function normally.
pg-aiguide · Install
Installation Options
**As an MCP Server:** Add the public MCP server to your client configuration:
{
"mcpServers": {
"pg-aiguide": {
"url": "https://mcp.tigerdata.com/docs"
}
}
}**As Claude Plugin:**
claude plugin marketplace add timescale/pg-aiguide
claude plugin install pg@aiguide**Using npx skills:**
npx skills add timescale/pg-aiguide --skill postgres