Resistance Tools MCP
Provides tools for interacting with TON Storage (create, pin, delete bags) and managing sites and deployments on the Resistance platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Resistance Tools MCPPublish my site using the 'blog' template."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Resistance Tools MCP
Official MCP server for Resistance Tools: publish sites, manage deployments, prepare DNS actions, and work with TON Storage.
Remote endpoint:
https://app.resistance.dog/api/mcpAgent skill instructions live in SKILL.md.
Recommended Setup
Use the hosted Streamable HTTP MCP server with native OAuth. No MCP token is required.
Codex:
codex mcp add resistance-tools \
--url https://app.resistance.dog/api/mcp \
--oauth-resource https://app.resistance.dog/api/mcp
codex mcp login resistance-toolsClaude Code:
claude mcp add --transport http resistance-tools https://app.resistance.dog/api/mcp
claude mcp login resistance-toolsRelated MCP server: TON Data MCP Server
Auth
The MCP client handles OAuth:
Discovers OAuth metadata from the MCP endpoint.
Opens the Resistance Tools authorization page.
The user connects a wallet and approves scopes.
The client stores and refreshes scoped bearer tokens.
Protected tools run with
Authorization: Bearer <token>.
The remote MCP server does not expose auth bootstrap tools.
Tools
Sites:
sites.publish_filessites.publish_templatesites.rollbacksites.delete
Storage:
storage.create_bagstorage.pin_bagstorage.delete_bag
Read tools:
sites.listsites.get_contentdeployments.listdomains.listdomains.recordsstorage.list_bagsstorage.bag_details
See docs/tools.md for inputs and required scopes.
Optional Stdio Bridge
Use the npm bridge only when your MCP client does not support remote HTTP OAuth, or when an agent controls a wallet and can sign TON proofs itself.
npm install -g @resistance/resistance-tools-mcpExample config:
{
"mcpServers": {
"resistance-tools-stdio": {
"command": "resistance-tools-mcp",
"env": {
"RESISTANCE_TOOLS_MCP_URL": "https://app.resistance.dog/api/mcp"
}
}
}
}Local bridge auth tools:
auth.device_start/auth.device_complete: browser wallet approval.auth.wallet_challenge/auth.wallet_complete: agent-controlled wallet TON proof.auth.device_status/auth.device_revoke: local token status and cleanup.
Tokens are stored in ~/.resistance-tools-mcp/auth.json by default.
Environment
RESISTANCE_TOOLS_MCP_URL: remote MCP endpoint.RESISTANCE_TOOLS_OAUTH_ISSUER: OAuth issuer, defaults to the endpoint origin.RESISTANCE_TOOLS_MCP_RESOURCE: OAuth resource, defaults to the MCP endpoint.RESISTANCE_TOOLS_MCP_CLIENT_ID: optional OAuth client id. Defaults to dynamic public client registration.RESISTANCE_TOOLS_MCP_TOKEN_STORE: local token store path.RESISTANCE_TOOLS_MCP_TOKEN: explicit bearer token override.
Development
npm install
npm run check
npm run pack:dryTroubleshooting
If Codex reports OAuth authorization required, run:
codex mcp login resistance-toolsThen restart the Codex session or start a new thread.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TONresistor/resistance-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server