Lineage Server
FreeNot checkedProvides tools to interact with the Lineage blockchain API, including wallet seed phrase and keypair generation, balance queries, and latest block retrieval.
About
Provides tools to interact with the Lineage blockchain API, including wallet seed phrase and keypair generation, balance queries, and latest block retrieval.
README
MCP server for the Lineage API using Python, uv, and pyproject.
References
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/mcp - If 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
- Lineage Foundation
- Other SDKs – sdk-python, sdk-php, sdk-js, sdk-laravel
Installing Lineage Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/lineage-foundation/mcpFAQ
Is Lineage Server MCP free?
Yes, Lineage Server MCP is free — one-click install via Unyly at no cost.
Does Lineage Server need an API key?
No, Lineage Server runs without API keys or environment variables.
Is Lineage Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Lineage Server in Claude Desktop, Claude Code or Cursor?
Open Lineage Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Lineage Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
