{
  "project_id": "nirholas/Binance-US-MCP",
  "repo": "nirholas/Binance-US-MCP",
  "name": "Binance-US-MCP",
  "github_url": "https://github.com/nirholas/Binance-US-MCP",
  "homepage_url": "https://github.com/nirholas/Binance-US-MCP",
  "language": "TypeScript",
  "license": "NOASSERTION",
  "project_kind": "project",
  "category": [
    "mcp_server"
  ],
  "tags": [
    "api",
    "binance",
    "claude",
    "crypto",
    "cryptocurrency",
    "mcp",
    "npm",
    "otc",
    "staking",
    "trade",
    "trading",
    "wallet",
    "websocket"
  ],
  "description": "A Model Context Protocol (MCP) server for Binance.US API. Provides standardized access to market data, spot trading, wallets, accounts, staking, OTC, sub-accounts, and institutional features. Built in TypeScript/Node.js. Handles authentication, rate limiting, and errors automatically. Ideal for AI agents and devs.",
  "overview": "Use nirholas/Binance-US-MCP when the user needs a mcp server project with library-only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "nirholas/Binance-MCP",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    },
    {
      "repo": "nirholas/ethereum-wallet-toolkit",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    },
    {
      "repo": "alpic-ai/skybridge",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    },
    {
      "repo": "automagik-dev/genie",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    },
    {
      "repo": "1jehuang/jcode",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    },
    {
      "repo": "ceilf6/FrontAgent",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    },
    {
      "repo": "achiya-automation/safari-mcp",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    },
    {
      "repo": "firecrawl/firecrawl-mcp-server",
      "reason": "Related to nirholas/Binance-US-MCP through mcp server category and library_only deployment."
    }
  ],
  "dependencies": [
    "MCP",
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "connect agents to tools",
    "expose APIs through MCP",
    "bootstrap MCP integrations"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"model context protocol\" in metadata.",
        "Matched \"mcp\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"npm install\" in repository content.",
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 24,
    "recent_commits": 2,
    "contributors": 4,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 5,
  "agent_score": 53,
  "score": 58,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 17,
    "deployment": 80,
    "popularity": 28,
    "community": 49
  },
  "git_top_score": 58,
  "git_top_score_breakdown": {
    "community": 68,
    "maintenance": 13,
    "documentation": 84,
    "stability": 70,
    "adoption": 36,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use nirholas/Binance-US-MCP when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "purpose": "Use nirholas/Binance-US-MCP when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "tool definitions",
      "resource config",
      "transport settings"
    ],
    "outputs": [
      "MCP tools",
      "JSON-RPC responses",
      "server capabilities"
    ],
    "good_for": [
      "connect agents to tools",
      "expose APIs through MCP",
      "bootstrap MCP integrations",
      "agent tool exposure",
      "MCP integrations",
      "tool servers"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "front-end apps",
      "non-tooling backends"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"model context protocol\" in metadata.",
          "Matched \"mcp\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"npm install\" in repository content.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-07-14T06:00:18.391Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-07-14T06:00:18.391Z",
  "knowledge": {
    "project": {
      "id": "nirholas/Binance-US-MCP",
      "owner": "nirholas",
      "name": "Binance-US-MCP",
      "full_name": "nirholas/Binance-US-MCP",
      "github_url": "https://github.com/nirholas/Binance-US-MCP",
      "homepage_url": "https://github.com/nirholas/Binance-US-MCP",
      "description": "A Model Context Protocol (MCP) server for Binance.US API. Provides standardized access to market data, spot trading, wallets, accounts, staking, OTC, sub-accounts, and institutional features. Built in TypeScript/Node.js. Handles authentication, rate limiting, and errors automatically. Ideal for AI agents and devs.",
      "language": "TypeScript",
      "topics": [
        "api",
        "binance",
        "claude",
        "crypto",
        "cryptocurrency",
        "mcp",
        "npm",
        "otc",
        "staking",
        "trade",
        "trading",
        "wallet",
        "websocket"
      ],
      "license": "NOASSERTION",
      "stars": 24,
      "forks": 4,
      "open_issues": 0,
      "default_branch": "main",
      "created_at": "2026-01-20T12:10:57Z",
      "updated_at": "2026-07-14T03:33:27Z",
      "pushed_at": "2026-07-14T03:33:23Z",
      "synced_at": "2026-07-14T06:00:18.391Z"
    },
    "agent_card": {
      "project_id": "nirholas/Binance-US-MCP",
      "project_kind": "project",
      "category": "mcp_server",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "connect agents to tools",
        "expose APIs through MCP",
        "bootstrap MCP integrations"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use nirholas/Binance-US-MCP when the user needs a mcp server project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"model context protocol\" in metadata.",
            "Matched \"mcp\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-14T06:00:18.391Z"
    },
    "metrics": {
      "project_id": "nirholas/Binance-US-MCP",
      "stars_30d_delta": 4,
      "commits_30d": 2,
      "releases_180d": 0,
      "contributors_90d": 4,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 5,
      "maintenance_score": 17,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-14T06:00:18.391Z"
    }
  },
  "resolved_from": {
    "requested_id": "nirholas/Binance-US-MCP",
    "resolved_id": "nirholas/Binance-US-MCP",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 946,
    "generated_at": "2026-07-15T10:16:47.895Z",
    "snapshot_id": "d1:946:2026-07-15T10:06:05.939Z",
    "latest_synced_at": "2026-07-15T10:06:05.939Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}