sap_sns_register_agent_domain
InactiveTool of SAP MCP Server
Local-signer-only tool: register a .sol domain for the configured SAP agent wallet using the SAP SDK SnsModule. This tool builds, signs, and submits the full registration transaction with the local profile signer or external signer. Hosted accountless SAP MCP rejects this tool before x402 payment because OOBE never custodies user keys. Domain registration fees are paid in USDC plus SOL for rent and transaction fees. The SOL record is NOT set during registration (it requires a separate Ed25519 signature) — set it after using sap_sns_build_manage_record_transaction.
Parameters schema
{
"type": "object",
"properties": {
"pic": {
"type": "string",
"description": "Profile picture URL for the SNS Pic record (required if not provided in records.Pic)"
},
"space": {
"type": "number",
"description": "Storage space in bytes for the domain name account (default: 600)"
},
"domain": {
"type": "string",
"description": "The .sol domain name to register for the SAP agent (with or without .sol suffix)"
},
"records": {
"type": "object",
"description": "Optional map of SNS record key-value pairs to set during registration (e.g. { \"Url\": \"https://...\", \"Twitter\": \"@handle\" }). Note: SOL record is skipped during registration."
},
"sapData": {
"type": "object",
"description": "Optional structured SAP metadata to embed in the domain TXT record (capabilities, protocols, endpoints, etc.)"
},
"protocols": {
"type": "array",
"items": {
"type": "string",
"description": "A protocol identifier (e.g. \"sap\", \"mcp\")"
},
"description": "Optional list of protocol IDs the agent supports"
},
"agentWallet": {
"type": "string",
"description": "The Solana public key (base58) of the SAP agent wallet that will own the domain"
},
"capabilities": {
"type": "array",
"items": {
"type": "string",
"description": "A SAP capability identifier (e.g. \"jupiter:swap\")"
},
"description": "Optional list of SAP capability IDs to advertise in the domain TXT record"
},
"setAsPrimary": {
"type": "boolean",
"description": "Whether to set this domain as the agent primary .sol domain"
},
"durationYears": {
"type": "number",
"description": "Registration duration in years (default: 1)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries