voidbase-plugin-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@voidbase-plugin-mcpshow me the collections and their fields"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@voidbase-cloud/plugin-mcp
The mcp plugin of voidbase, in a repository of its own. It makes the instance an MCP server: the tools it offers are written from the instance's own OpenAPI document, so they are the collections that exist, with the fields the caller may read.
It is not part of voidbase itself, and this repository is its home, released on its own. Install it on an instance
from the marketplace: voidbase plugins add mcp in a project, or the admin panel's Plugins page on a vanilla
instance. Its tests run against the core's @voidbase-cloud/voidbase/testing entry: bun install && bun test.
What it serves
POST /api/mcp takes one JSON-RPC request at a time and answers it. The transport is stateless on purpose: a
Worker isolate is not a session, so there is no session id to keep and every request carries what it needs.
Related MCP server: specrun
Why it depends on @voidbase-cloud/plugin-openapi
The tools are the document. This package reads buildDocument and callerOf from the openapi package by name,
rather than through @voidbase-cloud/voidbase/plugins/openapi, because the openapi package is what it uses — going
through the core's re-export would put a module of the core in this package's closure for nothing.
That makes the two a chain the release honours: the openapi package is published, and resolvable, before this one.
Swapping it
An instance loads whichever plugin claims the name mcp: install one from a marketplace and it shadows this one,
or turn this one off in voidbase.lock.
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Read-only MCP server exposing a user ORANO library to their own AI agent.
Host your MCP tool over streamable HTTP in one command.
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server based on OpenRPC, providing JSON-RPC function invocation and method discovery services.21Apache 2.0
- AlicenseCqualityCmaintenanceMCP server that turns OpenAPI specs into tools and calls API115 npm5MIT
- AlicenseNot gradedqualityCmaintenanceGenerates safe-by-default MCP servers from OpenAPI specs, exposing only low-risk GET tools and blocking write operations.5MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that wraps any REST API with an OpenAPI spec, dynamically creating MCP tools at runtime without code generation.7 npm-