Lineage MCP Server
OfficialClick on "Install 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., "@Lineage MCP ServerGenerate a new wallet seed phrase"
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.
Lineage MCP Server
MCP server for the Lineage API using Python, uv, and pyproject.
References
Related MCP server: Bitcoin MCP Server
Quickstart (dev)
Env
cp .env.example .envand setLINEAGE_PASSPHRASE. Optional:MCP_ALLOW_ORIGINS=*, hosts.
Install
uv venv -p 3.11 .venv && source .venv/bin/activateuv sync --extra devuv pip install -e .
Run
uv run uvicorn lineage_mcp.server:app --host 0.0.0.0 --port 8000
Test
uv run pytest -q
MCP Inspector (install & run)
Requires Node.js 18+ or Docker.
Option A (npx, no install):
npx @modelcontextprotocol/inspector@latest
Option B (global install):
npm install -g @modelcontextprotocol/inspectormcp-inspector
Option C (Docker):
docker run --rm -p 5173:5173 ghcr.io/modelcontextprotocol/inspector:latest
In the Inspector UI, add a server:
Transport: Streamable HTTP
URL:
http://localhost:8000/mcpIf using dev auth: set
MCP_DEV_AUTH_TOKENon the server and provideAuthorization: Bearer <token>in Inspector requests.
Try tools:
wallet.generate_seed_phrase,wallet.generate_keypair,wallet.get_balance,blockchain.get_latest_block,health,version.
Links
Other SDKs – sdk-python, sdk-php, sdk-js, sdk-laravel
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides tools for interacting with the Flow blockchain, including Flow balance checking, token balance querying, and Cadence Owned Account information retrieval.51124MIT
- AlicenseBqualityDmaintenanceProvides real-time Bitcoin blockchain data by querying the mempool.space API, offering tools to get address statistics, transaction history, UTXOs, transaction details, and block information.7214MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Etherlink blockchain, including balance checks, transactions, smart contract interactions, and token operations.1344MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with the Casper Network blockchain via MCP, providing tools for wallet creation, CSPR transfers, staking/delegation, and account queries.3MIT
Related MCP Connectors
Safety-first EVM and Bitcoin RPC tools for balances, contracts, blocks, and transactions
Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate…
MCP tools for TON Sites, TON DNS and TON Storage.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lineage-foundation/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server