Nebula-Block-Data/nebulablock-mcp-server

ā˜ļø Cloud Platforms
0 Views
0 Installs

šŸ“‡ šŸ  - integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "nebula-block-data-nebulablock-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nebula-block-data-nebulablock-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation 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.

Related MCP Servers

4everland/4everland-hosting-mcp

šŸŽ–ļø šŸ“‡ šŸ  šŸŽ 🐧 - An MCP server implementation for 4EVERLAND Hosting enabling instant deployment of AI-generated code to decentralized storage networks like Greenfield, IPFS, and Arweave.

ā˜ļø Cloud Platforms0 views
aashari/mcp-server-aws-sso

šŸ“‡ ā˜ļø šŸ  - AWS Single Sign-On (SSO) integration enabling AI systems to securely interact with AWS resources by initiating SSO login, listing accounts/roles, and executing AWS CLI commands using temporary credentials.

ā˜ļø Cloud Platforms0 views
agentmetal/mcp

šŸŽ–ļø šŸ“‡ ā˜ļø - Provision, SSH into, run commands on, and manage Linux VPSes from an agent — pay USDC over x402 or by card over HTTP 402, a running box in under 60s. No signup, no API key to buy.

ā˜ļø Cloud Platforms0 views
alexbakers/mcp-ipfs

šŸ“‡ ā˜ļø - upload and manipulation of IPFS storage

ā˜ļø Cloud Platforms0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.