SM
SAP MCP Server
/sap_agent_identity_plan
Plan SAP Agent Identity
Free read-only planner for SAP agent registration, profile/image updates, Metaplex/MPL Core identity linking, SNS linking, x402 pricing metadata, and post-write
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_agent_identity_plan for me.
Input
| Field | Type | Description |
|---|---|---|
| intendedAction | string (register | update | link-metaplex | link-sns | full-identity) | Agent identity lifecycle step to plan. Use register for a new SAP agent, update for profil |
| 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 |
| snsDomain | string | Optional .sol domain to link after ownership or registration is verified. |
| imageUrl | string | Optional public image URL. This must be HTTPS, IPFS, Arweave, or another public URI; deskt |
| metaplexAsset | string | Optional Metaplex NFT or MPL Core asset/collection address to reference from public agent |
| ownerWallet | string | Optional expected SAP owner wallet. Use this for verification planning only; signing still |
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_agent_identity_plan","input":{}}'cli
npx cracked-ai run -p mcp-ai-oobeprotocol-sap-mcp-sap-mcp -e /sap_agent_identity_plan -i '{}'mcp
run_tool({ provider: "mcp-ai-oobeprotocol-sap-mcp-sap-mcp", endpoint: "/sap_agent_identity_plan", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.