Sponsored by Deepsite.site

Nebulablock Mcp Server

Created By
Nebula-Block-Data6 months ago
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.
Overview

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/
│   ├── __init__.py
│   ├── config.py
│   ├── main.py
│   ├── tools.py
│   └── mcp_project.egg-info/
├── tests/
│   ├── __init__.py
│   └── test_main.py
├── scripts/
├── docs/
├── .env.example
├── .gitignore
├── pyproject.toml
├── README.md
└── uv.lock
  • 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 for uv dependency management.

Installation and Setup

To set up and run this project, follow these steps:

  1. Clone the repository (if applicable):

    git clone https://github.com/Nebula-Block-Data/api-mcp
    cd mcp-project
    
  2. Create a virtual environment: It's highly recommended to use a virtual environment to manage project dependencies.

    python3 -m venv .venv
    
  3. Activate the virtual environment:

    • macOS/Linux:
source .venv/bin/activate
  1. Install dependencies: This project uses pyproject.toml for dependency management. Install setuptools and then the project in editable mode.
    uv pip install -e .
    
    This will install fastmcp and any other dependencies specified in pyproject.toml.

Running the NebulaBlock API MCP Server

To start the NebulaBlock API MCP server:

uv run -m src.main

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:

  1. Using the --api-key command-line argument: You can provide the API key directly when running the application:

    python -m src.main --api-key your_nebula_block_api_key
    

    This method will override any API key set in the .env file.

  2. Using a .env file: Create a file named .env in the root directory of the project and add your API key to it:

    NEBULA_BLOCK_API_KEY=your_nebula_block_api_key
    

    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 .):

pytest

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:

{
  "mcpServers": {
    "nebula": {
      "command": "~/path/to/uv",
      "args": [
        "--directory",
        "~/path/to/nebulablock_mcp",
        "run",
        "-m",
        "src.main",
        "--api-key=YOUR_API_KEY"
      ]
    }
  }
}
  • Replace ~/path/to/uv with the actual path to your uv 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.

Server Config

{
  "mcpServers": {
    "nebula": {
      "command": "~/path/to/uv",
      "args": [
        "--directory",
        "~/path/to/nebulablock_mcp",
        "run",
        "-m",
        "src.main",
        "--api-key=YOUR_API_KEY"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
WindsurfThe new purpose-built IDE to harness magic
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop