Skip to main content
Glama
Urazanev

Mantle Yield MCP

by Urazanev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MANTLE_YIELD_API_TOKENNoOptional bearer token
MANTLE_YIELD_API_BASE_URLNoOverride backend API base URLhttps://mantle-yield.asterworks.cc
MANTLE_YIELD_API_TIMEOUT_MSNoHTTP timeout in milliseconds10000

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

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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