MultiBaas MCP Server
Click 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., "@MultiBaas MCP Serverget the latest block number from the Ethereum mainnet"
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.
⚠️⚠️⚠️ 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:
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.jsOtherwise, replace ./dist/index.js with /path/to/this-repository
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>"
}
}
}
}Or initialize the client manually in your conversation:
initialize_clientbaseUrl: 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.
Related MCP server: Base MCP Server
Development
# Install
bun install
# Run in development mode
bun run dev
# Build for production
bun run build
# Run the built version
bun run startLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Trade 16 crypto exchanges + MetaTrader 5 from your AI assistant via one MCP connection.
Non-custodial crypto payments for AI assistants: balances, payments, and create payment links.
- RevensiOAuthcom.revensi
Connect your AI assistant to Revensi OS agents, workflows, and business data.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with LI.FI's cross-chain infrastructure, providing access to blockchain networks, token data, bridges, and transaction services through a standardized protocol.-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base blockchain network, allowing wallet management, smart contract deployment, token transfers, NFT operations, DeFi interactions with Morpho vaults, and onramping funds via Coinbase.109 npm-
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onramping.109 npm-
- AlicenseAqualityBmaintenanceEnables AI assistants to interact with Hyperledger Fabric blockchain networks, supporting chaincode queries and invocations, block and transaction retrieval, chaincode lifecycle management, and channel operations.123 npm2ISC