Register SAP Agent SNS Domain
sap_sns_register_agent_domainTemporarily unavailable. SAP MCP does not currently publish an SNS registration write path because the historical Bonfida SNS npm package is not installable from npmjs. Use this tool only to receive the fail-fast status before any payment or signing attempt.
SAP MCP execution guidance: Intent: local-signer write workflow. Pricing: paid value-action; preview cost and transaction effects before user confirmation. Routing: hosted accountless write is blocked; do not call this as a paid hosted write and no x402 payment should be charged. Use the local sap_payments bridge or a hosted unsigned builder when user signing is required. Signer boundary: user-controlled local profile or external signer; OOBE hosted MCP remains non-custodial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pic | No | Profile picture URL for the SNS Pic record (required if not provided in records.Pic) | |
| space | No | Storage space in bytes for the domain name account (default: 600) | |
| domain | No | The .sol domain name to register for the SAP agent (with or without .sol suffix) | |
| records | No | 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 | No | Optional structured SAP metadata to embed in the domain TXT record (capabilities, protocols, endpoints, etc.) | |
| protocols | No | Optional list of protocol IDs the agent supports | |
| agentWallet | No | The Solana public key (base58) of the SAP agent wallet that will own the domain | |
| capabilities | No | Optional list of SAP capability IDs to advertise in the domain TXT record | |
| setAsPrimary | No | Whether to set this domain as the agent primary .sol domain | |
| durationYears | No | Registration duration in years (default: 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |