update_endpoint
Update allowlisted endpoint fields such as metadata, pricing, listing flags, imagery, wallet, payment options, slug, and webhook settings. PATs are preferred and require mcp:endpoints:write or mcp:*.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Pricing mode | |
| name | No | Updated endpoint name | |
| slug | Yes | The existing slug of the endpoint you want to update | |
| chain | No | Updated chain/network | |
| price | No | Updated endpoint price | |
| active | No | Enable or disable the endpoint | |
| apiKey | No | Legacy endpoint API key (x402_*) | |
| logoUrl | No | Updated logo URL | |
| newSlug | No | New slug to assign to the endpoint | |
| category | No | Updated category | |
| currency | No | Updated currency code | |
| imageUrl | No | Updated image URL | |
| isListed | No | Whether the endpoint should be listed | |
| bannerUrl | No | Updated banner URL | |
| originUrl | No | Updated origin URL | |
| webhookUrl | No | Set an HTTPS webhook URL or null to remove it | |
| accessToken | No | Your dashboard MCP personal access token (sgl_pat_*) | |
| description | No | Updated description | |
| walletAddress | No | Updated payout wallet address | |
| paymentOptions | No | Updated payment options object | |
| creditPackageSize | No | Credits per package | |
| creditPackagePrice | No | Package price in USDC | |
| listedInMarketplace | No | Whether the endpoint should appear in marketplace listings |