Skip to main content
ClaudeWave
TONresistor avatar
TONresistor

resistance-tools-mcp

Ver en GitHub
PluginsRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de Plugins

# 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

Lo que la gente pregunta sobre resistance-tools-mcp

¿Qué es TONresistor/resistance-tools-mcp?

+

TONresistor/resistance-tools-mcp es plugins para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala resistance-tools-mcp?

+

Puedes instalar resistance-tools-mcp clonando el repositorio (https://github.com/TONresistor/resistance-tools-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar TONresistor/resistance-tools-mcp?

+

TONresistor/resistance-tools-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene TONresistor/resistance-tools-mcp?

+

TONresistor/resistance-tools-mcp es mantenido por TONresistor. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a resistance-tools-mcp?

+

Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.

Despliega resistance-tools-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más Plugins

Alternativas a resistance-tools-mcp