SM
SAP MCP Server
/sap_register_agent
Register SAP Agent (Raw SDK Deprecated)
Deprecated raw SDK wrapper. Production registration must use sap_payments_register_agent so the local signer path confirms the account, verifies the 0.1 SOL pro
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_register_agent for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | Required public display name for the SAP agent. Keep it stable enough for explorers and hu |
| description | string | Required public description of what the agent does, which protocols it can use, and its sa |
| capabilities | array | Required capability list. Prefer object form for production; strings are accepted as short |
| pricing | array | Optional pricing tiers advertised by the agent. Use tokenType usdc + settlementMode x402 f |
| protocols | array | Required protocol tags the agent supports, for example sap, mcp, jupiter, pyth, metaplex, |
| agentId | string | Optional stable lowercase agent id, for example solking. This is separate from the on-chai |
| agentUri | string | Optional public HTTPS/IPFS/Arweave/Kommodo URI for the agent profile metadata or profile p |
| metadataUri | string | Alias for agentUri. Prefer a public JSON metadata document containing name, description, i |
| x402Endpoint | string | Optional public x402 discovery/payment endpoint, usually https://host/.well-known/x402 for |
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_register_agent","input":{}}'cli
npx cracked-ai run -p mcp-ai-oobeprotocol-sap-mcp-sap-mcp -e /sap_register_agent -i '{}'mcp
run_tool({ provider: "mcp-ai-oobeprotocol-sap-mcp-sap-mcp", endpoint: "/sap_register_agent", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.