Skip to main content

A Model Context Protocol (MCP) server for Boost.space

Project description

Boost.space MCP server

A Model Context Protocol (MCP) server proxying Boost.Space’s REST API for MCP clients (e.g., Claude Desktop).

Install

pip:

pip install boostspace-mcp

uv:

curl -LsSf https://astral.sh/uv/install.sh | sh
uv add boostspace-mcp

Run

# pip
python -m boostspace_mcp.server

# uv
uv x boostspace-mcp run

Claude Desktop config

"mcpServers": {
  "boostspace": {
    "command": "python",
    "args": ["-m","boostspace_mcp.server"],
    "env": {
      "BOOSTSPACE_API_BASE": "{{API_PATH}}",
      "BOOSTSPACE_TOKEN": "{{TOKEN}}"
    },
    "transport": "stdio"
  }
}

Restart Claude Desktop.

Env vars

  • BOOSTSPACE_API_BASE: API base URL
  • BOOSTSPACE_TOKEN: Bearer token

Test & dev

pip install .[dev]
pytest -q
ruff check .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boostspace_mcp_server-0.1.1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

boostspace_mcp_server-0.1.1-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file boostspace_mcp_server-0.1.1.tar.gz.

File metadata

File hashes

Hashes for boostspace_mcp_server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 09861f316948ae3f86b76a8803ab72951672ad719cb4478e90a6feb69b144e45
MD5 bebe85c2fc0091104b664d590ecb671d
BLAKE2b-256 485ee28b3d68c5703bd64697a636890a27d13f82c0d32b681bcf6e28b18949c1

See more details on using hashes here.

File details

Details for the file boostspace_mcp_server-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for boostspace_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 54056c6f19540b4e0c62a5e43448d27904061c8ac095b9ba5a9021c72a95507c
MD5 88784e57db691cde5b5d5e1d6b00fda2
BLAKE2b-256 1f2bfd236d7fcab6f6dbc228be87f2c7e05de477d02fb2437b38c1f40801595c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page