stableperp-mcp
OfficialProvides tools to interact with Stableperp options markets on the Solana blockchain, including fetching market liquidity, retrieving wallet portfolio positions, and generating secure trade links for execution via the Stableperp web UI.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@stableperp-mcpWhat are the most liquid options markets right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Stableperp MCP Server
An official Model Context Protocol (MCP) server for Stableperp - allowing AI agents (like Claude, Cursor, Windsurf) to securely interact with Stableperp options markets on the Solana blockchain.
Features
This MCP server provides the following tools to AI Assistants:
get_markets_liquidity: Fetches all available options markets from Stableperp and filters them by available liquidity. AI can instantly know which markets are active and ready to trade.get_wallet_portfolio: Fetches the open Long and Short options positions for any provided Solana wallet address.generate_trade_link: Safely prepares a transaction URL. Instead of having the AI sign a transaction directly (which is a security risk), the AI returns a secure deep-link to the Stableperp Web UI (https://stableperp.tech) where the user can review and sign the transaction using their browser wallet.
Related MCP server: jupiter-mcp
Installation
You can run this server directly via npx in any compatible MCP client without installing it locally!
Configuring in Cursor / Windsurf
Open Settings -> MCP.
Add a new MCP Server.
Name:
StableperpCommand:
npxArgs:
-y stableperp-mcp(Once published to npm) or point directly to the local dist file:node /path/to/stableperp-mcp/dist/index.js
Configuring in Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"stableperp": {
"command": "npx",
"args": ["-y", "stableperp-mcp"]
}
}
}Local Development
Clone the repository and install dependencies:
npm installCreate a
.envfile from the example:cp .env.example .envBuild the project:
npm run buildStart the server locally for testing:
npm start
Environment Variables
RPC_URL: Your Solana RPC endpoint (default:https://api.mainnet-beta.solana.com)WEB_UI_BASE_URL: The domain of the Stableperp Web UI for trade links (default:https://stableperp.tech)
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP (Model Context Protocol) server for the MAIN DEX on Base. Provides AI agents (Claude, Cursor, etc.) with tools to interact with the protocol: swap tokens, manage liquidity, enter/exit ALM strategies(10% APY), and more.MIT
- FlicenseAqualityCmaintenanceMCP server providing AI agents with native access to Jupiter's full DeFi stack on Solana. It offers 17 tools covering swaps, tokens, lending, limit orders, DCA, prediction markets, perpetuals, and portfolio management.16
- Alicense-qualityFmaintenanceMCP server for spread-only options execution on Base L2, enabling AI agents to trade options via a defined tool loop.1MIT

typus-perp-mcpofficial
FlicenseAqualityDmaintenanceMCP server for Typus Perp, enabling AI agents to query markets, manage positions, and execute trades on the Typus Perp DEX on Sui.19
Related MCP Connectors
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
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/STABLEPERP/STABLEPERP-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server