We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WowWashington/sellerchamp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"sellerchamp": {
"command": "/path/to/sellerchamp-mcp/venv/bin/python",
"args": ["/path/to/sellerchamp-mcp/server.py"],
"env": {
"SELLERCHAMP_API_TOKEN": "your_api_token_here"
}
}
}
}