Resistance Tools
io.github.tonresistor/resistance-tools-mcpMCP tools for TON Sites, TON DNS and TON Storage.
Tools · 46
Return whether this MCP session is authenticated.
Return public MCP auth flows, scopes, safety controls, retention, and confirmation rules.
Return the authenticated MCP owner/actor wallet context.
List MCP consents and redacted active sessions for the authenticated owner wallet.
List recent redacted MCP audit events for the authenticated owner wallet.
Return owner-scoped aggregate MCP audit metrics without raw headers or request bodies.
Revoke one MCP consent by id and invalidate matching access/refresh tokens.
List TON Sites owned by the authorized wallet.
Read the stored template/content metadata for an owned site.
Validate indexed ownership and return one HTTPS page where the user reviews and confirms the exact TON DNS site transaction with TON Connect.
Create a backend-owned payment invoice and return one HTTPS page where the user reviews and confirms it with TON Connect.
List retained releases for an owned site.
Deploy or update an owned TON Site from explicit file contents.
Validate, render, and publish a template-based TON Site.
Rollback an owned TON Site to a retained release.
Delete an owned TON Site deployment and served files.
List retained deployments across the owner's sites.
Lookup public TON DNS status and records for a .ton name.
List .ton domains owned by the authorized wallet.
Read DNS records for an owned .ton domain.
Revalidate indexed ownership and return one HTTPS page where the user reviews and confirms the exact TON DNS record transaction.
Return one HTTPS page for a validated .ton mint, auction bid, or expired-name release transaction.
Revalidate one to four owned .ton names and return one HTTPS page for a single TON Connect multi-message confirmation.
List TON Subdomain collections controlled by the authenticated wallet.
List TON Subdomain NFT items owned by the authenticated wallet.
Read a fresh collection snapshot when the authenticated wallet holds collection or parent rights.
Read a Subdomain NFT item owned by the authenticated wallet.
Read fresh collection authorization and parent-return state for the authenticated wallet.
Revalidate parent ownership, create collection metadata, and return one HTTPS transaction confirmation page.
Revalidate availability and access, build metadata, and return one HTTPS mint or pending-mint confirmation page.
Revalidate current collection or parent rights and return one HTTPS management transaction confirmation page.
Revalidate current NFT ownership and return one HTTPS Subdomain item transfer confirmation page.
Re-derive an owned collection and return one HTTPS page for its deployment or resolver recovery transaction.
Upload one PNG, JPEG, GIF, or WebP image to the authenticated owner's template media store.
List TON Storage bags owned by the authorized wallet.
Read metadata and live state for an owned TON Storage bag.
List backend-verified providers compatible with an owned TON Storage bag.
Freeze a short-lived live provider and shared-balance snapshot for an owned bag.
Calculate exact integer funding and coverage from a live provider session.
Create the signed backend quote that will be revalidated before a provider confirmation link is returned.
Read and reconcile one paid TON Storage provider operation.
Validate bag and domain ownership, then return one HTTPS page for the exact TON Storage DNS site transaction.
Revalidate the live contract, providers, shared balance, and exact amount before returning one HTTPS pin, top-up, stop, or withdraw confirmation page.
Create and seed a new TON Storage bag from explicit file contents.
Pin/import an existing public TON Storage bag by bag id.
Delete an owned TON Storage bag reference and remove platform-seeded bytes when safe.
Resources · 5
tonsite://wallet
tonsite://sites
tonsite://deployments
tonsite://domains
tonsite://bags
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"resistance_tools": {
"url": "https://app.resistance.dog/api/mcp",
"transport": "streamable-http"
}
}
}