We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristianoaredes/mcp-dadosbr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"_comment": "MCP DadosBR Configuration Example",
"_defaults": {
"cnpj": "https://api.opencnpj.org/",
"cep": "https://opencep.com/v1/"
},
"apiUrls": {
"cnpj": "https://your-custom-cnpj-api.com/api/cnpj/",
"cep": "https://your-custom-cep-api.com/api/cep/"
},
"auth": {
"headers": {
"X-API-Key": "your-api-key-here",
"Authorization": "Bearer your-token-here"
}
}
}