Mantle Yield
FreeNot checkedUniversal MCP server for Mantle yield data, enabling users to fetch health status, dashboard summaries, and detailed opportunity information through natural lan
About
Universal MCP server for Mantle yield data, enabling users to fetch health status, dashboard summaries, and detailed opportunity information through natural language.
README
Universal MCP server for Mantle yield data, backed by the Mantle Yield API at https://mantle-yield.asterworks.cc.
It is designed to work with any MCP client that can launch a local process over stdio, including terminal agents and editor-based MCP hosts.
What it provides
mantle_get_health— backend health statusmantle_get_summary— dashboard summarymantle_list_opportunities— list opportunities with filters, sorting, and paginationmantle_get_opportunity— full details for a single opportunitymantle_get_opportunity_chart— APY / TVL chart data for one opportunitymantle_compare_opportunities— side-by-side comparison for 2–3 opportunitiesmantle_refresh_data— trigger backend refresh
Requirements
- Node.js
>= 22 - npm
Install
git clone https://github.com/Urazanev/mantle-yield-mcp.git
cd mantle-yield-mcp
npm install
npm run build
No .env file is required for the default setup.
Run locally
npm start
If the process stays open, the server is waiting for an MCP client on stdin / stdout.
Universal MCP setup
Most MCP clients ultimately need the same runtime information:
- executable command
- absolute path to the built server entrypoint
- optional environment variables
Use this runtime shape in your MCP client configuration, adapting only the outer JSON structure to your client:
{
"name": "mantle-yield",
"type": "stdio",
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/mantle-yield-mcp/dist/index.js"
]
}
Replace /ABSOLUTE/PATH/TO/mantle-yield-mcp/dist/index.js with the real absolute path on your machine.
Integration notes
- Use an absolute path to
dist/index.js. - Prefer launching
nodedirectly. - Do not use
npm start,npx, or other wrappers as the MCP command, because wrapper output can break the MCP handshake. - The server supports both common local stdio framing styles used by MCP hosts:
Content-Lengthframed JSON-RPC- newline-delimited JSON-RPC
Environment variables
All environment variables are optional.
| Variable | Default | Description |
|---|---|---|
MANTLE_YIELD_API_BASE_URL |
https://mantle-yield.asterworks.cc |
Override backend API base URL |
MANTLE_YIELD_API_TOKEN |
unset | Optional bearer token |
MANTLE_YIELD_API_TIMEOUT_MS |
10000 |
HTTP timeout in milliseconds |
Development
npm run dev
or
npm run dev:tsx
Troubleshooting
- Rebuild after code changes:
npm run build - If a client hangs on
initialize, verify it launchesnode /absolute/path/to/dist/index.jsdirectly
Notes
- Uses only the Mantle Yield backend API as its data source
- Does not call DefiLlama directly
- Does not parse HTML or read local snapshot files
- Does not execute on-chain transactions
Installing Mantle Yield
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Urazanev/mantle-yield-mcpFAQ
Is Mantle Yield MCP free?
Yes, Mantle Yield MCP is free — one-click install via Unyly at no cost.
Does Mantle Yield need an API key?
No, Mantle Yield runs without API keys or environment variables.
Is Mantle Yield hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Mantle Yield in Claude Desktop, Claude Code or Cursor?
Open Mantle Yield 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 Mantle Yield with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
