SAP MCP Server
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

FieldTypeDescription
namestringRequired public display name for the SAP agent. Keep it stable enough for explorers and hu
descriptionstringRequired public description of what the agent does, which protocols it can use, and its sa
capabilitiesarrayRequired capability list. Prefer object form for production; strings are accepted as short
pricingarrayOptional pricing tiers advertised by the agent. Use tokenType usdc + settlementMode x402 f
protocolsarrayRequired protocol tags the agent supports, for example sap, mcp, jupiter, pyth, metaplex,
agentIdstringOptional stable lowercase agent id, for example solking. This is separate from the on-chai
agentUristringOptional public HTTPS/IPFS/Arweave/Kommodo URI for the agent profile metadata or profile p
metadataUristringAlias for agentUri. Prefer a public JSON metadata document containing name, description, i
x402EndpointstringOptional 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.