bitbank-api MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bitbank-api MCP Servershow me an overview of the client classes and their public methods"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pokooo/bb-api-mcp
Model Context Protocol (MCP) server for bitbank-api — exposes the TypeScript SDK source to AI assistants via tools and resources.
Tools
Tool | Description |
| List all TypeScript source files in the bitbank-api SDK |
| Return the full content of a specific SDK source file |
| Search across all SDK source files for a keyword (case-insensitive, with file name and line number) |
| Return a structured overview of all client classes and their public methods |
Related MCP server: GonMCPtool
Resources
URI | Description |
| Structured summary of all SDK clients and their methods |
| Raw content of an individual SDK source file |
Installation
pnpm install
pnpm buildRequirements: Node.js 18+, and the bitbank-api repository cloned locally.
Quick Start
By default the server looks for the SDK at ../bitbank-api/src relative to this package. Override with an environment variable:
export BITBANK_API_SRC_PATH=/path/to/bitbank-api/src
node dist/index.jsClaude Desktop
Add the following to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bb-api-mcp": {
"command": "node",
"args": ["/path/to/bb-api-mcp/dist/index.js"],
"env": {
"BITBANK_API_SRC_PATH": "/path/to/bitbank-api/src"
}
}
}
}Configuration
Environment Variable | Default | Description |
|
| Absolute path to the |
Development
pnpm dev # Watch mode (tsc --watch)
pnpm build # Compile TypeScript
pnpm start # Start the serverLicense
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol implementation that enables AI assistants to interact with markdown documentation files, providing capabilities for document management, metadata handling, search, and documentation health analysis.Last updated149958MIT
- AlicenseCqualityDmaintenanceA TypeScript-based Model Context Protocol toolkit that enables AI to interact with code files, manage translations, build projects, and search for files and code content.Last updated33285MIT
- AlicenseAqualityBmaintenanceExposes codebase analysis data, including module structures, dependencies, and AI-generated insights, to AI assistants via the Model Context Protocol. It enables users to query project architecture and search for specific code entities across analyzed projects.Last updated10671MIT
- Alicense-qualityAmaintenanceExposes local markdown documentation, notes, and knowledge bases to AI tools via the Model Context Protocol without embeddings or uploading.Last updated1MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bb-sdk/bb-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server