What is the Protestos SP MCP server?
Existence and details of protests for people and companies in São Paulo state registry offices. Plat
How to install Protestos SP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"protestos_sp-mcp": {
"url": "https://api.mcp.ai/p_protestos_sp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"protestos_sp-mcp": {
"serverUrl": "https://api.mcp.ai/p_protestos_sp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"protestos_sp-mcp": {
"type": "http",
"url": "https://api.mcp.ai/p_protestos_sp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"protestos_sp-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_protestos_sp"
]
}
}
}Claude Code
claude mcp add --transport http protestos_sp-mcp https://api.mcp.ai/p_protestos_spRelated MCP servers
DataJud (CNJ)
Maintained
Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login.
2
View repository →MIT
Legal MCP (alternativa ao Jusbrasil)
Maintained
Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui
2
View repository →MIT
Astrea (Aurum)
Maintained
Reporting and queries over Astrea (Aurum), Brazilian legal-practice software: cases per client, cale
1
View repository →MIT
Banco Bmg MCP
Maintained
Connect your Banco Bmg account to AI via Brazil's Open Finance: balances, statements, cards, investm
1
View repository →MIT
CNPJ
Maintained
Free Brazilian CNPJ lookup (legal name, status, partners) + lawsuit discovery. Public data, no login
1
View repository →MIT
Feegow Clinic
Maintained
Full clinic management on Feegow Clinic, patients, appointments, providers, specialties, insurance,
1
View repository →MIT