# AIXBT (remote · api.aixbt.tech)

Crypto market intelligence for Projects, Topics, Intel, Reports, and Clusters.

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

## Components

- remote · `api.aixbt.tech`: 78/100 (this document), [markdown](https://verifymcp.io/servers/aixbt-aixbt/api.md), [page](https://verifymcp.io/servers/aixbt-aixbt/api)

## Channel facts

- Endpoint: `https://api.aixbt.tech/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-12.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2032 tokens (~156/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 2/100
  - Stability check failed: schema churn in the 3 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http aixbt-aixbt https://api.aixbt.tech/mcp
```

### Codex

```toml
[mcp_servers.aixbt-aixbt]
url = "https://api.aixbt.tech/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aixbt-aixbt": {
      "type": "remote",
      "url": "https://api.aixbt.tech/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add aixbt-aixbt --url https://api.aixbt.tech/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  aixbt-aixbt:
    url: "https://api.aixbt.tech/mcp"
```

### Other

```json
{
  "mcpServers": {
    "aixbt-aixbt": {
      "type": "http",
      "url": "https://api.aixbt.tech/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-12 (score 78, +1)

- [security] The server rewrote its instructions, which are the text every model session reads

### 2026-08-11 (score 77, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 76, +2)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [security regression] Tool “chat_with_aixbt” was removed
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_intel” rewrote its description, which is the text the model reads
- [security] Tool “get_project” rewrote its description, which is the text the model reads
- [security] Tool “get_project_series” rewrote its description, which is the text the model reads
- [security] Tool “get_report” rewrote its description, which is the text the model reads
- [security] Tool “get_topic” rewrote its description, which is the text the model reads
- [security] Tool “get_topic_series” rewrote its description, which is the text the model reads
- [security] Tool “get_vocabulary” rewrote its description, which is the text the model reads
- [security] Tool “list_clusters” rewrote its description, which is the text the model reads
- [security] Tool “list_intel” rewrote its description, which is the text the model reads
- [security] Tool “list_projects” rewrote its description, which is the text the model reads
- [security] Tool “list_reports” rewrote its description, which is the text the model reads
- [security] Tool “me” rewrote its description, which is the text the model reads
- [security] Tool “list_topics” rewrote its description, which is the text the model reads
- [functional improvement] Tool coverage: 81% → 100%
- [functional improvement] Schema quality: 185 → 156
- [functional] Schema quality: good → excellent
- [cosmetic] “get_topic_series” reworded the description of “topicId”
- [cosmetic] “get_intel” reworded the description of “activity”
- [cosmetic] “get_intel” reworded the description of “id”
- [cosmetic] “get_project” reworded the description of “idOrSlug”
- [cosmetic] “get_project_series” reworded the description of “from”
- [cosmetic] “get_project_series” reworded the description of “idOrSlug”
- [cosmetic] “get_project_series” reworded the description of “measure”
- [cosmetic] “get_project_series” reworded the description of “to”
- [cosmetic] “get_report” reworded the description of “id”
- [cosmetic] “get_topic” reworded the description of “topicId”
- [cosmetic] “get_topic_series” reworded the description of “from”
- [cosmetic] “get_topic_series” reworded the description of “measure”
- [cosmetic] “get_topic_series” reworded the description of “to”
- [cosmetic] “list_clusters” reworded the description of “universe”
- [cosmetic] “list_intel” reworded the description of “activity”
- [cosmetic] “list_intel” reworded the description of “assetTypes”
- [cosmetic] “list_intel” reworded the description of “categories”
- [cosmetic] “list_intel” reworded the description of “clusterIds”
- [cosmetic] “list_intel” reworded the description of “cursor”
- [cosmetic] “list_intel” reworded the description of “detectedAfter”
- [cosmetic] “list_intel” reworded the description of “detectedBefore”
- [cosmetic] “list_intel” reworded the description of “hasOfficialSource”
- [cosmetic] “list_intel” reworded the description of “limit”
- [cosmetic] “list_intel” reworded the description of “minClusters”
- [cosmetic] “list_intel” reworded the description of “projectIds”
- [cosmetic] “list_intel” reworded the description of “projectRanking”
- [cosmetic] “list_intel” reworded the description of “reinforcedAfter”
- [cosmetic] “list_intel” reworded the description of “reinforcedBefore”
- [cosmetic] “list_intel” reworded the description of “search”
- [cosmetic] “list_intel” reworded the description of “sort”
- [cosmetic] “list_projects” reworded the description of “categories”
- [cosmetic] “list_projects” reworded the description of “cursor”
- [cosmetic] “list_projects” reworded the description of “ids”
- [cosmetic] “list_projects” reworded the description of “limit”
- [cosmetic] “list_projects” reworded the description of “minTrend”
- [cosmetic] “list_projects” reworded the description of “sort”
- [cosmetic] “list_projects” reworded the description of “universe”
- [cosmetic] “list_reports” reworded the description of “cursor”
- [cosmetic] “list_reports” reworded the description of “limit”
- [cosmetic] “list_reports” reworded the description of “projectId”
- [cosmetic] “list_reports” reworded the description of “projectSlug”
- [cosmetic] “list_reports” reworded the description of “topicId”
- [cosmetic] “list_topics” reworded the description of “projectId”
- [cosmetic] “list_projects” dropped the optional parameter “hasToken”
- [cosmetic] Tool “get_intel” changed its title: Get intel details
- [cosmetic] Tool “get_project” changed its title: Get project details
- [cosmetic] Tool “get_project_series” changed its title: Get project history
- [cosmetic] Tool “get_report” changed its title: Get topic report
- [cosmetic] Tool “get_topic” changed its title: Get topic details
- [cosmetic] Tool “get_topic_series” changed its title: Get topic history
- [cosmetic] Tool “get_vocabulary” changed its title: Get filter vocabulary
- [cosmetic] Tool “list_clusters” changed its title: List audience clusters
- [cosmetic] Tool “list_intel” changed its title: Search crypto intel
- [cosmetic] Tool “list_projects” changed its title: Find crypto projects
- [cosmetic] Tool “list_reports” changed its title: List topic reports
- [cosmetic] Tool “list_topics” changed its title: List trending topics
- [cosmetic] Tool “me” changed its title: Check AIXBT access

### 2026-08-09 (score 74)

First indexed and scored.

## MCP tools (13)

### `list_projects` (~277 tokens)

Find crypto projects

Find Projects tracked by AIXBT. Filter by ID, slug, name, ticker, X handle, chain, category, asset type, contract address, or minimum trend. Results are sorted by trend by default; use cursor for the next page.

Input parameters:

- `address` (string): Token contract address
- `assetTypes` (string): Comma-separated asset types (token, stablecoin, nft-collection)
- `categories` (string): Comma-separated Project category slugs; use get_vocabulary to list them
- `chain` (string): Chain to filter by (e.g. "ethereum", "solana")
- `cursor` (string): Cursor returned in meta.nextCursor from the previous page
- `ids` (string): Comma-separated Project IDs
- `limit` (integer): Number of results to return (default and maximum: 50)
- `minTrend` (number): Minimum current trend measurement
- `names` (string): Comma-separated Project names
- `slugs` (string): Comma-separated Project slugs
- `sort` (string): Order by trend (default), creation time, or latest reinforcement
- `tickers` (string): Comma-separated tickers
- `universe` (string): Market universe (default: crypto)
- `xHandles` (string): Comma-separated X handles

Output parameters:

- `data` (array)
- `meta` (object)

### `get_project` (~69 tokens)

Get project details

Get a Project by ID or slug, including its current trend, rank, recent Intel, related Projects, and 24-hour trend change when available. Related Projects are based on co-mentions, not partnerships or endorsements.

Input parameters:

- `idOrSlug` (string, required): Project ID or slug; slug aliases resolve

Output parameters:

- `data` (object)
- `meta` (object)

### `get_project_series` (~112 tokens)

Get project history

Get trend or rank history for a Project by ID or slug. Trend returns hourly points; rank returns recorded rank changes and null while unranked. Optionally set a time window.

Input parameters:

- `from` (string): Start of time window (ISO 8601)
- `idOrSlug` (string, required): Project ID or slug; slug aliases resolve
- `measure` (string, required): trend for hourly history; rank for recorded rank changes
- `to` (string): End of time window (ISO 8601)

Output parameters:

- `data` (object)
- `meta` (object)

### `list_intel` (~483 tokens)

Search crypto intel

Search and filter evidence-graded crypto developments. Search by Project, ticker, X handle, contract address, chain, or any keywords; combine it with Project, cluster, category, grade, sentiment, official-source, or time filters. Results explain why they matched. When responsiveness bounds a search, meta.searchCoverage marks the limitation and meta.executedSearch lists the terms attempted.

Input parameters:

- `activity` (string): Activity rows to include: all (default), source observations only, or none
- `address` (string): Token contract address
- `assetTypes` (string): Comma-separated asset types; use get_vocabulary to list them
- `categories` (string): Comma-separated Intel category names; use get_vocabulary and choose intelCategories[].name
- `clusterIds` (string): Comma-separated cluster IDs
- `cursor` (string): Cursor returned in meta.nextCursor from the previous page
- `detectedAfter` (string): Detected at or after this time (ISO 8601)
- `detectedBefore` (string): Detected at or before this time (ISO 8601)
- `grades` (string): Comma-separated grades: chipped, flawed, cut, polished, flawless
- `hasOfficialSource` (boolean): Set true to return only Intel with an official Project source
- `limit` (integer): Results per page (default and maximum: 50)
- `minClusters` (integer): Minimum number of community clusters represented
- `names` (string): Comma-separated Project names
- `projectIds` (string): Comma-separated Project IDs
- `projectRanking` (string): Only return Intel for Projects in the current trend ranking
- `projectSlugs` (string): Comma-separated Project slugs
- `reinforcedAfter` (string): Reinforced at or after this time (ISO 8601)
- `reinforcedBefore` (string): Reinforced at or before this time (ISO 8601)
- `search` (string): Any text to match across Project identity and Intel content; combines with all filters
- `sentiments` (string): Comma-separated sentiments: positive, neutral, negative
- `sort` (string): Order by first detection (default) or latest reinforcement
- `tickers` (string): Comma-separated tickers
- `xHandles` (string): Comma-separated X handles

Output parameters:

- `data` (array)
- `meta` (object)

### `get_intel` (~66 tokens)

Get intel details

Get one Intel item by ID, including its evidence grade, Project, sources, timestamps, audience clusters, and configurable activity rows.

Input parameters:

- `activity` (string): Activity rows to include: all (default), source observations only, or none
- `id` (string, required): Intel ID

Output parameters:

- `data` (object)

### `list_reports` (~127 tokens)

List topic reports

List metadata and previews for AIXBT's latest published report on each Topic, ordered by the most recent publication or revision. Filter by Topic or Project. Requires a credential; use get_report for the full report.

Input parameters:

- `cursor` (string): Cursor returned in meta.nextCursor from the previous page
- `limit` (integer): Results per page (default and maximum: 50)
- `projectId` (string): Only reports for this Project ID
- `projectSlug` (string): Only reports for this Project slug
- `topicId` (string): Only reports for this Topic ID

Output parameters:

- `data` (array)
- `meta` (object)

### `get_report` (~63 tokens)

Get topic report

Get a published report by ID, including its full text, sources, and publication evidence when available. Requires a credential with the topic-reports entitlement. If the report was superseded, use list_reports to find the current ID.

Input parameters:

- `id` (string, required): Report ID

Output parameters:

- `data` (object)

### `get_vocabulary` (~45 tokens)

Get filter vocabulary

Get the current allowed values for AIXBT filters, including grades, sentiments, sort fields, activity modes, universes, asset types, categories, chains, and alert settings.

Output parameters:

- `data` (object)
- `meta` (object)

### `list_clusters` (~47 tokens)

List audience clusters

List the community groups AIXBT uses to show which audiences are driving attention across Topics and Intel. Optionally filter by universe.

Input parameters:

- `universe` (string): Market universe (default: crypto)

Output parameters:

- `data` (array)

### `me` (~32 tokens)

Check AIXBT access

Show the current credential's identity, entitlements, rate limits, and history access. Use this before gated or historical requests.

Output parameters:

- `data` (object)

### `list_topics` (~70 tokens)

List trending topics

List the current crypto Topic leaderboard, refreshed hourly. Results include trend, 24-hour post and author counts, audience clusters, and available report metadata. Provide projectId to return Topics associated with one Project. Available without a credential.

Input parameters:

- `projectId` (string): Only Topics currently associated with this Project ID

Output parameters:

- `data` (array)
- `meta` (object)

### `get_topic` (~56 tokens)

Get topic details

Get one current Topic by ID, including its stance history. Available without a credential. A Topic that has left the leaderboard returns not_current; use list_topics for current IDs.

Input parameters:

- `topicId` (string, required): Topic ID from list_topics

Output parameters:

- `data` (object)
- `meta` (object)

### `get_topic_series` (~109 tokens)

Get topic history

Get measurement history for a Topic. Trend returns hourly points; rank returns recorded rank changes and null while unranked. Optionally set a time window. Requires OAuth or an AIXBT API key.

Input parameters:

- `from` (string): Start of time window (ISO 8601)
- `measure` (string, required): trend for hourly history; rank for recorded rank changes
- `to` (string): End of time window (ISO 8601)
- `topicId` (string, required): Topic ID

Output parameters:

- `data` (object)
- `meta` (object)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/aixbt-aixbt/api#diagnostics

## Score history

- 2026-08-12: 78
- 2026-08-11: 77
- 2026-08-10: 76
- 2026-08-09: 74

## Links

- Remote endpoint: https://api.aixbt.tech/mcp
- Website: https://docs.aixbt.tech/developers/mcp
- Changelog RSS feed: https://verifymcp.io/servers/aixbt-aixbt/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/aixbt-aixbt/api.json
- HTML version of this page: https://verifymcp.io/servers/aixbt-aixbt/api
