Skip to main content
Glama
bb-sdk

bitbank-api MCP Server

by bb-sdk

@pokooo/bb-api-mcp

Model Context Protocol (MCP) server for bitbank-api — exposes the TypeScript SDK source to AI assistants via tools and resources.

npm license pnpm


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

Related MCP server: GonMCPtool

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

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    D
    maintenance
    A 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.
    33
    7
    5
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Exposes 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.
    10
    40
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Securely search and manage workspace context files for AI agents and teams.

  • 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…

View all MCP Connectors

Latest Blog Posts

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