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:Claude Code
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
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
- Go to Settings > Features > Docs.
- Select Add and enter
https://docs.stable.xyz/llms-full.txt. - Reference in chat with
@Stable.
Other tools
Downloadllms-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
Next recommended
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.

