We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/teamssUTXO/Bitcoin-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# With uv :
{
"mcpServers": {
"bitcoin_mcp_server": {
"command": "absolute/path/to/uv.exe",
"args": [
"run",
"--frozen",
"--with",
"mcp[cli]",
"mcp",
"run",
"absolute/path/to/bitcoin_mcp/src/main.py"
]
}
}
}
# With python
{
"mcpServers": {
"bitcoin-mcp-server": {
"command": "absolute/path/to/bitcoin_mcp/.venv/Scripts/python.exe",
"args": [
"absolute/path/to/bitcoin_mcp/src/main.py"
]
}
}
}