Live on Mantle Network

Onchain MANTLE MPC

Connect this third-party MPC server to your AI workspace to discuss DeFi strategies with real-time data from protocols on the Mantle Network.

GitHub Repository

Third-party MPC integration for Mantle Network

Clone Repository

Version Control

Git-based source tracking

TypeScript

Type-safe development

Vercel Deployment

Serverless architecture

API Integration

Connect to AI workspaces

Live Data Features

Real-time Token Prices

Live price updates from Mantle Network

Protocol Statistics

Comprehensive TVL and protocol metrics

Stablecoin Analytics

Deep insights into stablecoin metrics

AI Workspace Integration

Connect to Cursor, Claude, or T3Chat

mcp-config.json
{
  "mcpServers": {
    "onchain-context": {
      "type": "remote",
      "url": "https://mantle-mcp.vercel.app/sse",
      "supportsStreaming": true
    }
  }
}
JSON
Add this configuration to your AI workspace settings

Quick Start Guide

1

Copy the configuration code

2

Add to your AI workspace settings

3

Start asking questions about Mantle Network

Compatibility

Cursor
Claude
T3Chat

Example Query

"What's the current TVL of Mantle Network and how is it distributed across key protocols?"

API Tools Explorer

Token Price Tool

Get real-time token prices

This tool allows you to fetch the current price of any token on Mantle Network by providing its contract address.

Real-time data
Price in USD
24h change percentage

Implementation

{
  name: 'get-token-price',
  description: 'Get the price of a token in mantle network',
  parameters: {
    contract_address: 'string'
  }
}
JSON

Example Usage

What is the current price of MNT at 0x3c3a81e81dc49A522A592e7622A7E711c06bf354?