Contract Analysis
Rank #41,904com.bitsbound/contract-analysis
MCP server providing contract-analysis capabilities
Contract Analysis is a Model Context Protocol (MCP) server published by taytrom. It ranks #41,904 of 115,460 servers tracked on MCP Toplist. Contract Analysis is listed on Official MCP, with 2 tracked versions. It was first listed on Dec 22, 2025 and most recently updated on Dec 22, 2025.
Ranks ahead of 73,556 of 115,460 servers on MCP Toplist.
Use Contract Analysis
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add contract-analysis -- npx -y @bitsbound/mcp-server[mcp_servers.contract-analysis]
command = "npx"
args = ["-y", "@bitsbound/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"contract-analysis": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"contract-analysis": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"contract-analysis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"contract-analysis": {
"command": "npx",
"args": [
"-y",
"@bitsbound/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"contract-analysis": {
"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/com.bitsbound%2Fcontract-analysis)<a href="https://mcptoplist.com/server/com.bitsbound%2Fcontract-analysis"><img src="https://mcptoplist.com/badge/com.bitsbound%2Fcontract-analysis.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 (2)
| Version | Published |
|---|---|
| 1.0.6 | Dec 22, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Contract Analysis?
- Contract Analysis is maintained by taytrom, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Contract Analysis listed on the Official MCP Registry?
- Yes — Contract Analysis is listed on the Official MCP Registry.
- How many versions does Contract Analysis have?
- MCP Toplist tracks 2 versions of Contract Analysis, most recently published on Dec 22, 2025.
- Where can I find the source code for Contract Analysis?
- The source code for Contract Analysis is hosted at github.com/taytrom/bitsbound-mcp-server.