Clawswap
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_RPC_URL | No | Base RPC URL | https://mainnet.base.org |
| SOLANA_RPC_URL | No | Solana RPC URL | https://api.mainnet-beta.solana.com |
| BASE_PRIVATE_KEY | No | 0x-prefixed hex Base/EVM private key (required for Base→Solana bridging) | |
| SOLANA_PRIVATE_KEY | No | Base58-encoded Solana private key (required for Solana→Base bridging) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clawswap_bridgeA | Send, transfer, swap, or bridge tokens cross-chain between Solana and Base. Handles quoting, payment, signing, and submission automatically. Use this to move USDC, USDT, SOL, ETH, or WETH between chains. |
| clawswap_quoteA | Get a price quote for a cross-chain transfer between Solana and Base. Shows estimated output amount, fees, and time. Free, no payment required. Use before bridging to preview costs. |
| clawswap_statusA | Check the status of a previously initiated bridge using the requestId from clawswap_bridge. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: clawswap_bridge executes transfers, clawswap_quote provides price estimates, and clawswap_status tracks transaction progress. There is no overlap or ambiguity in functionality, making tool selection straightforward for an agent.
All tools follow a consistent 'clawswap_' prefix with descriptive suffixes (bridge, quote, status), creating a predictable and readable pattern. This uniformity enhances clarity and usability across the tool set.
With 3 tools, the server is well-scoped for cross-chain bridging between Solana and Base. Each tool serves a distinct, essential function (execute, quote, status check), and there are no extraneous or missing tools for this focused domain.
The tool set provides complete coverage for the cross-chain bridging workflow: quoting (clawswap_quote), executing (clawswap_bridge), and monitoring (clawswap_status). This covers the full lifecycle from preview to completion without any obvious gaps or dead ends.