MultiBaas MCP Server

MultiBaas MCP Server

Enables AI assistants to interact with blockchain data and smart contracts through Curvegrid's MultiBaas platform, providing seamless access to blockchain operations and contract functionality.

Category
Visit Server

README

⚠️⚠️⚠️ This is an experimental project ⚠️⚠️⚠️

    __  ___      ____  _ ____                      __  _____________
   /  |/  /_  __/ / /_(_) __ )____ _____ ______   /  |/  / ____/ __ \
  / /|_/ / / / / / __/ / __  / __ `/ __ `/ ___/  / /|_/ / /   / /_/ /
 / /  / / /_/ / / /_/ / /_/ / /_/ / /_/ (__  )  / /  / / /___/ ____/
/_/  /_/\__,_/_/\__/_/_____/\__,_/\__,_/____/  /_/  /_/\____/_/

4D 75 6C 74 69 42 61 61 73 4D 43 50

⚠️⚠️⚠️ PLEASE BE AWARE OF ANY POTENTIAL ERRORS AND BUGS ⚠️⚠️⚠️

Curvegrid's MultiBaas MCP Server

A Model Context Protocol (MCP) server for Curvegrid's MultiBaas platform, enabling AI assistants to interact with blockchain data and smart contracts.

Installation

You can configure the server in two ways:

  1. Claude Code:

If you want to just test it in under this project

npm install && npm build && claude mcp add multibaas -e API_KEY='<YOUR_MULTIBAAS_API_KEY>' BASE_URL='https://<YOUR_MULTIBAAS_DEPLOYMENT>.multibaas.com' -- ./dist/index.js

Otherwise, replace ./dist/index.js with /path/to/this-repository

  1. Using environment variables in the config file for Claude Desktop:
{
  "mcpServers": {
    "multibaas-mcp": {
      "command": "npx",
      "args": ["-y", "/path/to/this-repository"],
      "env": {
        "BASE_URL": "https://<YOUR_MULTIBAAS_DEPLOYMENT>.multibaas.com",
        "API_KEY": "<YOUR_MULTIBAAS_API_KEY>"
      }
    }
  }
}
  1. Or initialize the client manually in your conversation:
initialize_client
  • baseUrl: Your MultiBaas instance URL (e.g., "https://your-instance.multibaas.com")
  • apiKey: Your MultiBaas API key

The server will first try to initialize using environment variables on startup. If that fails, you can still initialize manually using the initialize_client command.

Development

# Install
bun install

# Run in development mode
bun run dev

# Build for production
bun run build

# Run the built version
bun run start

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured