We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/n3r0-b1n4ry/mcp-abuseipdb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"abuseipdb-python": {
"command": "python",
"args": ["src/server.py"],
"cwd": "your_directory_here",
"env": {
"ABUSEIPDB_API_KEY": "your_api_key_here"
}
}
}
}