# io.github.mmahdiahamed92-png/autonomous-intelligence (npm · autonomousintelligence-mcp)

Non-custodial, rug-gated crypto swaps + token safety + discovery for AI agents.

- Trust score: 55/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `autonomousintelligence.io`: 57/100, [markdown](https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence.md), [page](https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence)
- npm · `autonomousintelligence-mcp`: 55/100 (this document), [markdown](https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence-mcp.md), [page](https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence-mcp)

## Channel facts

- Registry: `npm`
- Package: `autonomousintelligence-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 268 tokens (~38/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add mmahdiahamed92-png-autonomous-intelligence -- npx -y autonomousintelligence-mcp
```

### Codex

```bash
codex mcp add mmahdiahamed92-png-autonomous-intelligence -- npx -y autonomousintelligence-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mmahdiahamed92-png-autonomous-intelligence": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "autonomousintelligence-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mmahdiahamed92-png-autonomous-intelligence --command npx --arg -y --arg autonomousintelligence-mcp
```

### Hermes

```yaml
mcp_servers:
  mmahdiahamed92-png-autonomous-intelligence:
    command: "npx"
    args: ["-y", "autonomousintelligence-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mmahdiahamed92-png-autonomous-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "autonomousintelligence-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-08 (score 55, +4)

- [security improvement] Known CVEs: partial → pass
- [functional] Dependency health: partial → 0.85

### 2026-08-06 (score 51)

First indexed and scored.

## MCP tools (7)

### `get_quote` (~43 tokens)

Get a swap quote (route, expected out, 2% fee disclosed) for inputMint→outputMint of amount in base units.

Input parameters:

- `args` (object)

### `check_token_safety` (~38 tokens)

Rug-gate a token: honeypot, mint/freeze authority, liquidity lock, holder concentration.

Input parameters:

- `args` (object)

### `find_gems` (~32 tokens)

Rug-gated new/trending tokens. tab: new | trending | graduated.

Input parameters:

- `args` (object)

### `get_token_info` (~27 tokens)

Live price, liquidity and market cap for a mint.

Input parameters:

- `args` (object)

### `list_tradeable_tokens` (~26 tokens)

Every token swappable on the DEX.

Input parameters:

- `args` (object)

### `build_swap` (~63 tokens)

Build an UNSIGNED swap transaction (2% fee baked in) + a build_id. Requires an API key. Sign it locally with your own wallet, then call submit_swap with the same build_id. Your key never leaves your environment.

Input parameters:

- `args` (object)

### `submit_swap` (~39 tokens)

Broadcast an already-signed swap transaction with its build_id. Requires an API key. Returns the signature and confirmation status.

Input parameters:

- `args` (object)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence-mcp#diagnostics

## Score history

- 2026-08-08: 55
- 2026-08-07: 51
- 2026-08-06: 51

## Links

- npm package: https://www.npmjs.com/package/autonomousintelligence-mcp
- Socket report: https://socket.dev/npm/package/autonomousintelligence-mcp
- Website: https://autonomousintelligence.io/docs#agents
- Changelog RSS feed: https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence-mcp.json
- HTML version of this page: https://verifymcp.io/servers/mmahdiahamed92-png-autonomous-intelligence/autonomousintelligence-mcp
