Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Nebulablock MCP Server
Nebulablock MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:49:11 PM

Nebulablock MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).
nebulablockdeveloper-toolsapimcp

Connects MCP-compatible clients to NebulaBlock APIs through a local FastMCP server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for Nebula-Block-Data/nebulablock-mcp-server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

Nebula-Block-Data/nebulablock-mcp-server exposes NebulaBlock API functionality as tools for MCP-compatible clients. It is implemented in Python with FastMCP and runs locally over stdio. Authentication uses a NebulaBlock API key supplied through the command line or a `.env` file. Reach for it when an agent needs to interact with NebulaBlock APIs from a client such as an MCP-enabled development environment.

Use cases

•Connect an MCP client to NebulaBlock APIs
•Run NebulaBlock API operations from an AI development environment
•Authenticate a local MCP process with a NebulaBlock API key

Key features

•Exposes NebulaBlock API functionality through MCP tools
•Uses FastMCP for server implementation
•Runs locally over stdio
•Supports API key and `.env` configuration
•Includes unit and integration tests

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Nebulablock MCP Server.

Extracted Tool Capabilities
Exposes NebulaBlock API functionality through MCP tools
Uses FastMCP for server implementation
Runs locally over stdio
Supports API key and `.env` configuration
Includes unit and integration tests

How Nebulablock MCP Server works

What Nebula-Block-Data/nebulablock-mcp-server does

Nebula-Block-Data/nebulablock-mcp-server provides an MCP interface for the NebulaBlock API. Its Python application exposes NebulaBlock API functionality as tools that an MCP client can discover and call. The repository separates configuration, the application entry point, and tool definitions under src/, with tests in a separate tests/ directory.

The available material describes the server at the API-integration level but does not enumerate individual tool names, input schemas, or response formats. Developers should therefore treat the supported operation set as the NebulaBlock API functionality implemented by the repository rather than assuming particular endpoints or actions.

How it works

The application uses the fastmcp library to present NebulaBlock operations through the Model Context Protocol. Its documented startup command launches src.main, and the example output identifies stdio as the transport. An MCP client starts the local process and communicates with it through that transport.

Authentication is handled with a NebulaBlock API key. The key can be passed with the --api-key command-line option or loaded from a .env file using NEBULA_BLOCK_API_KEY. When both are provided, the command-line value takes precedence. This setup makes the server suitable for local MCP clients that can launch a configured Python or uv process.

The Nebula-Block-Data/nebulablock-mcp-server README includes an MCP client configuration example using uv, a project-directory argument, and the src.main module. The paths and key in that example are placeholders and must be replaced for a local installation.

Setup and configuration

Clone the repository, create a Python virtual environment, and install the project in editable mode with the dependencies declared in pyproject.toml. The documented dependency workflow uses uv pip install -e .; the project includes an uv.lock file for dependency management.

After installation, start the server with:

bash
uv run -m src.main

Alternatively, provide the credential directly:

bash
python -m src.main --api-key YOUR_NEBULA_BLOCK_API_KEY

For environment-based configuration, create a .env file in the project root and set NEBULA_BLOCK_API_KEY. Do not treat the placeholder value in the documentation as a usable credential.

The repository documents integration with MCP-compatible environments and gives VS Code with an MCP extension as an example client. It does not provide client-specific configuration for every MCP application. Unit and integration tests can be run with pytest after the project dependencies are installed.

Nebula-Block-Data/nebulablock-mcp-server is licensed under the MIT License according to the README. The provided material does not specify NebulaBlock API quotas, pricing, supported API operations, or server deployment options beyond the local stdio process.

Using this Nebula-Block-Data/nebulablock-mcp-server MCP server

Always refer to the official documentation for the most accurate and up-to-date information on how to configure and run this server.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • Apisix MCP logoApisix MCP

    MCP Server that support for querying and managing all resource in Apache APISIX.

    ☁️ Cloud Platforms3 views
    Compare vs Apisix MCP →
  • Docker MCP logoDocker MCP

    Docker container management and operations through MCP

    ☁️ Cloud Platforms3 views
    Compare vs Docker MCP →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    ☁️ Cloud Platforms3 views
    Compare vs MCP Server Docker →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Nebulablock MCP Server

Clone the repository, create a virtual environment, and install it in editable mode with `uv pip install -e .`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNebulablock MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nebula-block-data-nebulablock-mcp-server?style=directory)](https://allmcps.com/mcp/nebula-block-data-nebulablock-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/nebula-block-data-nebulablock-mcp-server"><img src="https://allmcps.com/api/badge/nebula-block-data-nebulablock-mcp-server?style=directory" alt="Nebulablock MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
AuthAPI key
LicenseMIT
Last updatedSep 8, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 23, 2025
31Quality signal: Emerging · 31/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity0/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against 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 unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

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

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Nebulablock MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code