Skip to main content
ClaudeWave
TONresistor avatar
TONresistor

resistance-tools-mcp

View on GitHub
PluginsOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add TONresistor/resistance-tools-mcp
/plugin install resistance-tools-mcp
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Use cases

Plugins overview

# Resistance Tools

One cross-client Agent Skill plus the remote Resistance Tools MCP for TON Sites, TON DNS, Subdomains, TON Storage, wallet access, and manually confirmed transactions.

## Names

- Marketplace/source: `resistance-tools`
- Plugin and MCP server: `resistance-tools-mcp`
- Agent Skill: `resistance-tools-skill`

## Agent Skill

The plugin contains one `resistance-tools-skill` skill, invoked as `$resistance-tools-skill`. Its `SKILL.md` defines the shared workflow and loads only the relevant bundled reference for `sites`, `domains`, `storage`, `wallet`, or `transactions`.

Together, those references contain the permission, inputs, method, verification, and required user response for every MCP tool. The live MCP schema remains canonical.

## Plugin packages

- Codex: `.codex-plugin/plugin.json`
- Claude Code: `.claude-plugin/plugin.json`
- Shared Agent Skills: `skills/<name>/SKILL.md`
- Shared remote MCP connection: `.mcp.json`

Installing the repository as a plugin loads both the skills and the MCP dependency in clients that support the corresponding plugin format.

## Install the plugin

The plugin installs the Agent Skill and registers the MCP server together.

### Codex

```bash
codex plugin marketplace add TONresistor/resistance-tools-mcp@main
codex plugin add resistance-tools-mcp@resistance-tools
codex mcp login resistance-tools-mcp
```

### Claude Code

```bash
claude plugin marketplace add TONresistor/resistance-tools-mcp@main
claude plugin install resistance-tools-mcp@resistance-tools
claude mcp login resistance-tools-mcp
```

The user selects permissions on the wallet approval page.

### OAuth lifetime and recovery

Access tokens last 15 minutes and refresh automatically. Refresh tokens and consent
last 30 days by default, or 24 hours when any sensitive permission is approved.
Do not reconnect or reinstall for a normal access-token expiry.

The live server accepts a missing OAuth `resource` on refresh for compatibility with
Codex stable, while still binding the new token to the canonical MCP resource. If a
running client retained the old `invalid_target` startup failure, restart it first.
Run `codex mcp login resistance-tools-mcp` only for `invalid_grant`, an explicit
authorization request, revoked/expired consent, or missing credentials.

### Replace 0.2.2 or earlier, or remove the retired MCP alias

Use this migration if an earlier Resistance Tools version was installed, if the marketplace already exists from another source, or if the configured MCP name is still `resistance-tools`. The name proves that the retired local entry exists; `invalid_target` alone does not. If the configured MCP is already `resistance-tools-mcp`, preserve it. If an entry is already absent during migration, continue with the remaining commands.

Codex:

```bash
codex mcp logout resistance-tools
codex mcp remove resistance-tools
codex mcp logout resistance-tools-mcp
codex mcp remove resistance-tools-mcp
codex plugin remove resistance-tools@resistance-tools
codex plugin remove resistance-tools-mcp@resistance-tools
codex plugin marketplace remove resistance-tools
codex plugin marketplace add TONresistor/resistance-tools-mcp@main
codex plugin add resistance-tools-mcp@resistance-tools
codex mcp login resistance-tools-mcp
```

Claude Code:

```bash
claude mcp logout resistance-tools
claude mcp remove resistance-tools
claude mcp logout resistance-tools-mcp
claude mcp remove resistance-tools-mcp
claude plugin uninstall resistance-tools@resistance-tools
claude plugin uninstall resistance-tools-mcp@resistance-tools
claude plugin marketplace remove resistance-tools
claude plugin marketplace add TONresistor/resistance-tools-mcp@main
claude plugin install resistance-tools-mcp@resistance-tools
claude mcp login resistance-tools-mcp
```

### Update 0.2.3 or later

Codex:

```bash
codex plugin marketplace upgrade resistance-tools
codex plugin remove resistance-tools-mcp@resistance-tools
codex plugin add resistance-tools-mcp@resistance-tools
```

Claude Code:

```bash
claude plugin marketplace update resistance-tools
claude plugin update resistance-tools-mcp@resistance-tools
```

## MCP-only connection

These commands connect the tools only; they do not install the bundled skills.

### Codex

```bash
codex mcp add resistance-tools-mcp --url https://app.resistance.dog/api/mcp
codex mcp login resistance-tools-mcp
```

### Claude Code

```bash
claude mcp add --transport http resistance-tools-mcp https://app.resistance.dog/api/mcp
claude mcp login resistance-tools-mcp
```

The user selects permissions on the wallet approval page.

## Other clients

Add `https://app.resistance.dog/api/mcp` as a Streamable HTTP MCP server and use the client's native OAuth flow.

`main` is the stable branch used for installation and releases. Development happens on `dev`.

## License

MIT

What people ask about resistance-tools-mcp

What is TONresistor/resistance-tools-mcp?

+

TONresistor/resistance-tools-mcp is plugins for the Claude AI ecosystem with 0 GitHub stars.

How do I install resistance-tools-mcp?

+

You can install resistance-tools-mcp by cloning the repository (https://github.com/TONresistor/resistance-tools-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is TONresistor/resistance-tools-mcp safe to use?

+

TONresistor/resistance-tools-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains TONresistor/resistance-tools-mcp?

+

TONresistor/resistance-tools-mcp is maintained by TONresistor. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to resistance-tools-mcp?

+

Yes. On ClaudeWave you can browse similar plugins at /categories/plugins, sorted by popularity or recent activity.

Deploy resistance-tools-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: TONresistor/resistance-tools-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tonresistor-resistance-tools-mcp)](https://claudewave.com/repo/tonresistor-resistance-tools-mcp)
<a href="https://claudewave.com/repo/tonresistor-resistance-tools-mcp"><img src="https://claudewave.com/api/badge/tonresistor-resistance-tools-mcp" alt="Featured on ClaudeWave: TONresistor/resistance-tools-mcp" width="320" height="64" /></a>