AM

A Model Context Protocol (MCP) server proxying Boost.Space’s REST API for MCP clients.

Created 4 months ago

A Model Context Protocol (MCP) server proxying Boost.Space’s REST API for MCP clients.

development documentation public

What is A Model Context Protocol (MCP) server proxying Boost.Space’s REST API for MCP clients.?

Boost.space MCP server is a Model Context Protocol (MCP) server that acts as a proxy for Boost.Space’s REST API, designed for use with MCP clients such as Claude Desktop. It provides installation and running instructions, along with configuration details for integration.

Documentation

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

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 .

Server Config

{
  "mcpServers": {
    "a-model-context-protocol-(mcp)-server-proxying-boost.space’s-rest-api-for-mcp-clients.-server": {
      "command": "npx",
      "args": [
        "a-model-context-protocol-(mcp)-server-proxying-boost.space’s-rest-api-for-mcp-clients."
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Aug 06, 2025
Updated At: Aug 07, 2025
Author: Unknown
Category: MCP Server
Tags:
development documentation public