Skip to main content
Stable provides MCP servers, agent skills, and plain-text documentation files so AI editors and coding agents can work with Stable directly. This page covers how to wire each piece into your workflow, a copy-pasteable context block for non-MCP AI tools, and starter prompts for common tasks.

MCP servers

Stable runs two MCP servers. Docs MCP searches this docs site for concepts, guides, code snippets, and contract references. Runtime MCP interacts with the Stable chain for balance queries, transaction simulation, and execution. Both servers can be added to any MCP-compatible client.

Cursor

Open your MCP configuration file and add:
Restart Cursor. Verify by asking: “How do I send USDT0 on Stable?”

Claude Code

Verify by asking: “Search Stable docs for Gas Waiver integration steps.”

Agent skills

Agent skills are predefined workflows that combine Docs MCP and Runtime MCP. When you ask an AI to perform a task like “send 100 USDT0 to three addresses,” the skill handles the full sequence: look up the relevant docs, resolve addresses and parameters, check balances, simulate the transaction, and execute after approval. Skills are available as a Claude Code plugin.

Install

Or install from the Claude Code marketplace. For the full skill definitions and source, see the agent-skills repository.

Plain-text docs

For AI tools that do not support MCP, Stable documentation is available as static text files. These files are static snapshots. For the most current content, use Docs MCP.

Cursor

  1. Go to Settings > Features > Docs.
  2. Select Add and enter https://docs.stable.xyz/llms-full.txt.
  3. Reference in chat with @Stable.

Other tools

Download llms-full.txt and include it in your project context or system prompt.

Stable context block

Paste this at the top of any AI chat or system prompt. It gives the model everything it needs to generate correct Stable code on the first attempt.

Starter prompts

Copy any of these into your AI editor after loading the context block above.

Deploy a contract

Send USDT0

Set up EIP-7702 delegation

Build a subscription contract

Build an x402 pay-per-call API

Paying with MCP server

Wrap a paid API as an MCP tool so AI clients can call and pay for it.

Quick start

Pair the AI context with a first-transaction run in five minutes.

Difference from Ethereum

Deep-dive on the gas and USDT0 semantics in the context block.
Last modified on April 23, 2026