Bitsbound Contract Automation
Rank #37,535io.github.taytrom/bitsbound-contract-automation
MCP server providing bitsbound-contract-automation capabilities
Bitsbound Contract Automation is a Model Context Protocol (MCP) server published by taytrom. It ranks #37,535 of 115,460 servers tracked on MCP Toplist. Bitsbound Contract Automation is listed on Official MCP, with 3 tracked versions. It was first listed on Dec 22, 2025 and most recently updated on Dec 22, 2025.
Ranks ahead of 77,925 of 115,460 servers on MCP Toplist.
Use Bitsbound Contract Automation
claude mcp add bitsbound-contract-automation -- npx -y @bitsbound/mcp-server[mcp_servers.bitsbound-contract-automation]
command = "npx"
args = ["-y", "@bitsbound/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bitsbound-contract-automation": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bitsbound-contract-automation": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bitsbound-contract-automation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bitsbound-contract-automation": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bitsbound-contract-automation": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}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.github.taytrom%2Fbitsbound-contract-automation)<a href="https://mcptoplist.com/server/io.github.taytrom%2Fbitsbound-contract-automation"><img src="https://mcptoplist.com/badge/io.github.taytrom%2Fbitsbound-contract-automation.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
taytrom
Available versions (3)
| Version | Published |
|---|---|
| 1.0.14 | Dec 22, 2025 |
| 1.0.13 | Dec 22, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bitsbound Contract Automation?
- Bitsbound Contract Automation is maintained by taytrom, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Bitsbound Contract Automation listed on the Official MCP Registry?
- Yes — Bitsbound Contract Automation is listed on the Official MCP Registry.
- How many versions does Bitsbound Contract Automation have?
- MCP Toplist tracks 3 versions of Bitsbound Contract Automation, most recently published on Dec 22, 2025.
- Where can I find the source code for Bitsbound Contract Automation?
- The source code for Bitsbound Contract Automation is hosted at github.com/taytrom/bitsbound-mcp-server.