Boost.space

Boost.space

An MCP server integrating with Boost.space for centralized, automated business data from 2000+ sources.

5
Stars
0
Forks
0
Releases

Overview

Boost.space MCP server is a Model Context Protocol (MCP) server that proxies requests from MCP clients to Boost.Space's REST API. It enables MCP-based applications (for example Claude Desktop) to access Boost.Space data through a standard MCP interface without direct API calls. The server is installable via pip (pip install boostspace-mcp) and also available via UV (uv add boostspace-mcp). It can be run as a Python module (python -m boostspace_mcp.server) or via UV (uv x boostspace-mcp run). Configuration for clients is demonstrated with a Claude Desktop JSON snippet that defines the MCP server under mcpServers, including command, environment variables (BOOSTSPACE_API_BASE and BOOSTSPACE_TOKEN) and transport (stdio). The MCP server relies on two environment variables: BOOSTSPACE_API_BASE for the API base URL and BOOSTSPACE_TOKEN for a Bearer token. A dev workflow is provided (pip install .[dev], pytest -q, ruff check .) to support testing and code quality. The README focuses on setup, run instructions, and a sample configuration to facilitate integration with Claude Desktop and other MCP clients.

Details

Owner
boostspace
Language
Python
License
MIT License
Updated
2025-12-04

Features

MCP proxy to Boost.Space REST API

Exposes an MCP server that proxies requests to Boost.Space’s REST API, enabling MCP clients to access Boost.Space data without direct API calls.

Claude Desktop compatibility

Designed to work with Claude Desktop MCP clients and includes a Claude Desktop JSON config example.

Multiple run options

Run the server using Python module or UV, providing deployment flexibility.

Install via pip or UV

Install via pip (pip install boostspace-mcp) or UV integration (uv add boostspace-mcp).

Environment variable configuration

Configurable via BOOSTSPACE_API_BASE (API base URL) and BOOSTSPACE_TOKEN (Bearer token).

Claude Desktop config example included

Includes a Claude Desktop mcpServers JSON snippet demonstrating command, env, and stdio transport.

Test & development workflow

Development workflow includes dev extras, pytest for tests, and ruff for linting.

Audience

DevelopersBuild MCP-backed integrations by proxying Boost.Space data to MCP clients.
MCP integratorsConnect Boost.Space data to MCP clients such as Claude Desktop via a proxy server.
AI product teamsIntegrate centralized Boost.Space data into MCP-enabled assistants.

Tags

MCPBoost.spaceREST APIproxyClaude DesktopPythonpipuvenvironment variablesauthenticationBearer token