SM
SAP MCP Server
/sap_build_agent_register_transaction
Build SAP Agent Registration Transaction
Hosted-safe unsigned builder for register_agent. Browser runtimes preview this transaction, the owner wallet approves and signs locally, then it goes through th
liveunknown~5s typical
mcpsapmcpserver
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-oobeprotocol-sap-mcp-sap-mcp /sap_build_agent_register_transaction for me.
Input
| Field | Type | Description |
|---|---|---|
| ownerWallet | string | Agent owner wallet public key (base58) — also the transaction fee payer and sole required |
| name | string | Public display name for the SAP agent. |
| description | string | Public description of what the agent does. |
| capabilities | array | Capability list: [{ id, description, protocolId, version }] (strings accepted as shorthand |
| pricing | array | Optional pricing tiers advertised by the agent. |
| protocols | array | Protocol tags the agent supports (sap, mcp, jupiter, sns, x402...). |
| agentId | string | Optional stable lowercase agent id (off-chain, separate from the on-chain PDA). |
| agentUri | string | Optional public HTTPS/IPFS/Arweave metadata URI. |
| x402Endpoint | string | Optional public x402 discovery/payment endpoint. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-oobeprotocol-sap-mcp-sap-mcp","endpoint":"/sap_build_agent_register_transaction","input":{}}'cli
npx cracked-ai run -p mcp-ai-oobeprotocol-sap-mcp-sap-mcp -e /sap_build_agent_register_transaction -i '{}'mcp
run_tool({ provider: "mcp-ai-oobeprotocol-sap-mcp-sap-mcp", endpoint: "/sap_build_agent_register_transaction", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.