SmoothSend MCP Server
Enables AI assistants to help developers integrate gasless transactions on the Aptos blockchain by providing access to documentation, code snippets, and transaction cost estimation. It facilitates interaction with the SmoothSend SDK and API through MCP-compatible tools like Cursor and Claude.
README
@smoothsend/mcp
MCP (Model Context Protocol) server for SmoothSend. Enables AI assistants in Cursor, Claude Desktop, Windsurf, and other MCP-compatible tools to help developers integrate gasless transactions on Aptos.
What it does
Once configured, AI assistants in your editor can:
- Answer questions about the SmoothSend SDK and API
- Generate integration code for any use case
- Estimate monthly credit costs based on your transaction volume
- Look up Aptos mainnet token addresses (USDC, USDT, WBTC, USDe, USD1)
- Pull up full documentation for any section (installation, quickstart, examples, billing)
Install
npm install -g @smoothsend/mcp
Or run directly with npx (no install needed):
npx @smoothsend/mcp
Configure
Cursor
Add to ~/.cursor/mcp.json (or your project's .cursor/mcp.json):
{
"mcpServers": {
"smoothsend": {
"command": "npx",
"args": ["@smoothsend/mcp"]
}
}
}
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"smoothsend": {
"command": "npx",
"args": ["@smoothsend/mcp"]
}
}
}
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"smoothsend": {
"command": "npx",
"args": ["@smoothsend/mcp"]
}
}
}
Tools
| Tool | Description |
|---|---|
get_docs |
Get documentation for a section: overview, installation, quickstart, api-reference, examples, billing |
estimate_credits |
Estimate monthly credits given gas_used, gas_unit_price, apt_price_usd, and volume |
get_token_address |
Get Aptos mainnet asset address for USDC, USDT, WBTC, USDe, USD1 |
get_code_snippet |
Get a code snippet: wallet-adapter-setup, script-composer-usdc, fee-preview, error-handling, testnet-setup |
Resources
Resources are doc pages that AI assistants can read directly:
| URI | Content |
|---|---|
smoothsend://docs/overview |
Overview, quick start, pricing |
smoothsend://docs/installation |
Installation guide |
smoothsend://docs/quickstart |
Step-by-step quickstart |
smoothsend://docs/api-reference |
Full API reference |
smoothsend://docs/examples |
Real-world code examples |
smoothsend://docs/billing |
Pricing and credit details |
Example prompts
Once configured, try asking your AI assistant:
- "How do I add SmoothSend to my Next.js app?"
- "Show me how to send USDC without the user needing APT"
- "My dApp does ~5000 contract calls per month at 200 gas each. How much will SmoothSend cost?"
- "What's the USDC asset address on Aptos mainnet?"
- "How do I handle SmoothSend errors when credits run out?"
Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# Type check
npm run typecheck
# Run locally
node dist/index.js
Links
- Dashboard: https://dashboard.smoothsend.xyz
- Docs: https://docs.smoothsend.xyz
- npm: https://www.npmjs.com/package/@smoothsend/sdk
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.