Status: Running
Description: Wikipedia fact-checking and information retrieval MCP server
Version: 1.0.0
Protocol: Model Context Protocol (MCP)
Available Tools
Connection Information
MCP WebSocket Endpoint:
wss://librarian.mlziade.com.br/mcp
MCP HTTP+SSE Endpoint:
https://librarian.mlziade.com.br/sse
Client Configuration
For Claude Desktop (local STDIO), add this to your MCP configuration:
{
"mcpServers": {
"librarian": {
"command": "python",
"args": ["/path/to/librarian_stdio.py"]
}
}
}
For remote STDIO (if server supports it), use:
{
"mcpServers": {
"librarian": {
"command": "python",
"args": ["/path/to/librarian_server.py", "--stdio"]
}
}
}
For HTTP+POST testing:
curl -X POST https://librarian.mlziade.com.br/mcp \
-H "Content-Type: application/json" \
-d '{"method":"initialize","params":{"protocol":"mcp"}}'