
Qubic Mcp
Let your coding agent query Qubic wallet balances, token prices, and transfer activity while you build crypto or fintech side projects.
Overview
Qubic MCP is an MCP server for the Build phase that exposes Qubic balances, prices, transfers, and wallet queries to your agent over stdio.
What is this MCP server?
- Read Qubic balances and wallet state through MCP tools over stdio
- Fetch price data for Qubic assets without hand-rolling RPC clients
- Inspect transfers and wallet-related operations from the agent chat
- npm package mcp-server-qubic at registry version 0.2.0
- stdio transport fits local Claude Desktop and IDE MCP configs
- Server schema version 0.2.0
- npm identifier mcp-server-qubic with stdio transport
- Source repository github.com/fyllepo/qubic-mcp
What problem does it solve?
Solo builders waste time jumping between explorers, RPC docs, and one-off scripts when they need Qubic chain data inside an AI coding session.
Who is it for?
Indie developers building Qubic-aware tools, bots, or internal dashboards who already use MCP in Claude Code or Cursor.
Skip if: Builders who do not touch Qubic, need regulated custody, or want a hosted wallet UI without running a local MCP server.
What do I get? / Deliverables
After you add the server to your MCP config, your agent can pull Qubic wallet and market facts in conversation while you implement integrations.
- Registered stdio MCP server for Qubic data in your agent
- Agent-callable tools for balances, prices, transfers, and wallet operations
- Reusable integration pattern for Qubic-backed side projects
Recommended MCP Servers
Journey fit
Blockchain wallet and market data hooks land in the product once you are wiring external services into your app or agent workflows. Integrations is the canonical shelf for MCP servers that expose a third-party network API to Claude Code, Cursor, or Codex.
How it compares
On-chain data MCP integration, not a browser skill or a hosted exchange API wrapper with SLAs.
Common Questions / FAQ
Who is qubic-mcp for?
It is for solo builders and small teams who develop on Qubic and want their AI agent to read balances, prices, transfers, and wallet-related data through MCP.
When should I use qubic-mcp?
Use it during Build when you are wiring Qubic into an app, agent, or script and need live chain or price context without leaving the editor.
How do I add qubic-mcp to my agent?
Install the npm package mcp-server-qubic (0.2.0), add a stdio MCP server entry pointing at that binary in Claude Desktop, Claude Code, or Cursor, then restart the client.