Enables configuration management through environment variables stored in .env files, allowing secure storage of API keys and other sensitive configuration.
Supports version control integration, with instructions for cloning the repository and managing project files.
Provides repository hosting and access, with specific reference to the official repository at Nebula-Block-Data/api-mcp.
Provides platform-specific support with instructions for environment setup and activation on Linux systems.
Offers platform-specific support with dedicated instructions for environment setup and activation on macOS systems.
Provides access to the NebulaBlock API functionalities, enabling data retrieval and interaction with blockchain data through the NebulaBlock platform.
Enables automated testing of the MCP server functionality through integrated test suites.
Serves as the core implementation language with support for Python virtual environments and package management.
NebulaBlock API MCP
This repository hosts the official NebulaBlock API Model Context Protocol (MCP) server. This server integrates with the fastmcp
library to expose the full range of NebulaBlock API functionalities as accessible tools, enabling seamless and efficient interaction within any MCP-compatible environment.
Project Structure
src/
: Contains the main application source code, including configuration and tool definitions.tests/
: Contains unit and integration tests.scripts/
: Reserved for utility scripts (e.g., setup, data generation).docs/
: Reserved for supplementary documentation..env.example
: Example file for environment variables..gitignore
: Specifies intentionally untracked files to ignore.pyproject.toml
: Project metadata and build system configuration, including dependencies and project information.README.md
: This documentation file.uv.lock
: Lock file foruv
dependency management.
Installation and Setup
To set up and run this project, follow these steps:
- Clone the repository (if applicable):
- Create a virtual environment:
It's highly recommended to use a virtual environment to manage project dependencies.
- Activate the virtual environment:
- macOS/Linux:
- Install dependencies:
This project uses
pyproject.toml
for dependency management. Installsetuptools
and then the project in editable mode.This will installfastmcp
and any other dependencies specified inpyproject.toml
.
Running the NebulaBlock API MCP Server
To start the NebulaBlock API MCP server:
You should see output similar to: [05/29/25 17:32:58] INFO Starting MCP server 'FastMCP' with transport 'stdio'
Configuring API Key
The NebulaBlock API key can be configured in two ways:
- Using the
--api-key
command-line argument: You can provide the API key directly when running the application:This method will override any API key set in the.env
file. - Using a
.env
file: Create a file named.env
in the root directory of the project and add your API key to it:The application will automatically load the API key from this file if the--api-key
argument is not provided.
Running Tests
To run the unit tests, ensure your virtual environment is activated and pytest
is installed (it will be installed with pip install -e .
):
You should see output indicating that the tests passed.
Integrating with an MCP Client
To utilize the NebulaBlock API MCP server, you need to configure your MCP client (e.g., VS Code with an MCP extension) to connect to this server. Below is an example configuration for a settings.json
file:
- Replace
~/path/to/uv
with the actual path to youruv
executable. - Replace
~/path/to/nebulablock_mcp
with the actual path to your project directory. - Replace
YOUR_API_KEY
with your actual NebulaBlock API key.
License
This project is licensed under the MIT License. See the LICENSE
file (if created) for details.
This server cannot be installed
This server integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools, enabling seamless and efficient interaction within any MCP-compatible environment.
Related MCP Servers
- -securityAlicense-qualityA lightweight MCP server that interacts with the Neon REST API, deployable on Cloudflare Workers for streamlined database management and integration.Last updated -5TypeScriptMIT License
- -securityAlicense-qualityA lightweight MCP server for managing DNS records, purging cache, and interacting with the Cloudflare API through natural language commands.Last updated -13TypeScriptMIT License
- -securityAlicense-qualityThe server integrates with the free IMF data API and provides various features to facilitate data retrieval and analysis. The server is built using the FastMCP framework and offers the following functionalities:Last updated -3PythonApache 2.0
- -securityAlicense-qualityAn MCP server that provides seamless integration with the Neo N3 blockchain, allowing Claude to interact with blockchain data, manage wallets, transfer assets, and invoke smart contracts.Last updated -223MIT License