Satoshi Btc API
Rank #719io.satoshiapi/mcp
MCP server providing mcp capabilities
Satoshi Btc API is a Model Context Protocol (MCP) server published by SatoshiAPI. It ranks #719 of 132,046 servers tracked on MCP Toplist, and its repository has 1,492 GitHub stars. Satoshi Btc API is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Mar 26, 2026.
Ranks ahead of 131,327 of 132,046 servers on MCP Toplist.
Use Satoshi Btc API
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http satoshiapi https://api.satoshiapi.io/mcpclaude mcp add satoshiapi -- uvx -m satoshiapi_mcp satoshiapi-mcp[mcp_servers.satoshiapi]
url = "https://api.satoshiapi.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.satoshiapi]
command = "uvx"
args = ["-m", "satoshiapi_mcp", "satoshiapi-mcp"]Add to ~/.codex/config.toml.
https://api.satoshiapi.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"satoshiapi": {
"command": "uvx",
"args": [
"-m",
"satoshiapi_mcp",
"satoshiapi-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"satoshiapi": {
"url": "https://api.satoshiapi.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"satoshiapi": {
"command": "uvx",
"args": [
"-m",
"satoshiapi_mcp",
"satoshiapi-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"satoshiapi": {
"type": "http",
"url": "https://api.satoshiapi.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"satoshiapi": {
"type": "stdio",
"command": "uvx",
"args": [
"-m",
"satoshiapi_mcp",
"satoshiapi-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"satoshiapi": {
"serverUrl": "https://api.satoshiapi.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"satoshiapi": {
"command": "uvx",
"args": [
"-m",
"satoshiapi_mcp",
"satoshiapi-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"satoshiapi": {
"url": "https://api.satoshiapi.io/mcp"
}
}
}{
"mcpServers": {
"satoshiapi": {
"command": "uvx",
"args": [
"-m",
"satoshiapi_mcp",
"satoshiapi-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.satoshiapi%2Fmcp)<a href="https://mcptoplist.com/server/io.satoshiapi%2Fmcp"><img src="https://mcptoplist.com/badge/io.satoshiapi%2Fmcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
SatoshiAPI
Available versions (3)
| Version | Published |
|---|---|
| 1.0.0 | Mar 26, 2026 |
| 1.0.2 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Satoshi Btc API?
- Satoshi Btc API is maintained by SatoshiAPI, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Satoshi Btc API listed on the Official MCP Registry?
- Yes — Satoshi Btc API is listed on the Official MCP Registry.
- How many versions does Satoshi Btc API have?
- MCP Toplist tracks 3 versions of Satoshi Btc API, most recently published on Mar 26, 2026.
- Where can I find the source code for Satoshi Btc API?
- The source code for Satoshi Btc API is hosted at github.com/SatoshiAPI/satoshi-btc-api.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.