Mantle Yield MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MANTLE_YIELD_API_TOKEN | No | Optional bearer token | |
| MANTLE_YIELD_API_BASE_URL | No | Override backend API base URL | https://mantle-yield.asterworks.cc |
| MANTLE_YIELD_API_TIMEOUT_MS | No | HTTP timeout in milliseconds | 10000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mantle_get_healthA | Get the technical health status of the Mantle Yield backend service. Calls GET /api/health. Returns status, lastSync, sourcesRefreshed, failedSources. Note: some fields described in the spec (syncedAt, nextRefresh, source, itemCount, fileExists, snapshotPath) are not yet present in the backend response. |
| mantle_get_summaryA | Get the Mantle Yield dashboard summary. Calls GET /api/summary. Returns opportunitiesTracked, protocols, assetsIndexed, lastSync, status. |
| mantle_list_opportunitiesA | List yield opportunities from the Mantle Yield backend. Calls GET /api/opportunities. Supports filtering, sorting and pagination. |
| mantle_get_opportunityA | Get full details for a single yield opportunity by its ID. Calls GET /api/opportunities/:id. |
| mantle_get_opportunity_chartA | Get historical chart data (APY / TVL over time) for a yield opportunity. Calls GET /api/opportunities/:id/chart. NOTE: This backend endpoint is not yet implemented and will return a backend_gap status. |
| mantle_compare_opportunitiesA | Compare 2 or 3 yield opportunities side by side. Fetches each opportunity via GET /api/opportunities/:id and returns a unified comparison structure. |
| mantle_refresh_dataA | Trigger a manual data refresh on the backend. Calls POST /api/refresh. NOTE: This backend endpoint is not yet implemented and will return a backend_gap status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Urazanev/mantle-yield-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server