bitbank-api MCP Server
Exposes the bitbank-api TypeScript SDK source code and documentation to AI assistants via the Model Context Protocol. It enables assistants to search, list, and read SDK files to better understand and integrate with the bitbank API.
README
@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_sdk_files |
List all TypeScript source files in the bitbank-api SDK |
get_sdk_file |
Return the full content of a specific SDK source file |
search_sdk |
Search across all SDK source files for a keyword (case-insensitive, with file name and line number) |
get_api_overview |
Return a structured overview of all client classes and their public methods |
Resources
| URI | Description |
|---|---|
bitbank-api://overview |
Structured summary of all SDK clients and their methods |
bitbank-api://source/<path> |
Raw content of an individual SDK source file |
Installation
pnpm install
pnpm build
Requirements: 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.js
Claude 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 |
|---|---|---|
BITBANK_API_SRC_PATH |
../bitbank-api/src |
Absolute path to the bitbank-api SDK src directory |
Development
pnpm dev # Watch mode (tsc --watch)
pnpm build # Compile TypeScript
pnpm start # Start the server
License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.