← Registry

Data Collection

aixbt.tech

Provides APIs to track crypto projects and recent developments with filtering and search capabilities.

1 endpoint12 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://api.aixbt.tech/mcp

No auth detected

MCP server metadata

Name
aixbt
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

AIXBT provides read-only crypto intelligence through Projects, Topics, Intel, Reports, and community Clusters. ACCESS: - MCP protocol discovery, list_topics, and get_topic are public. - Every other tool requires OAuth or an account-backed AIXBT API key. get_report additionally requires the topic-reports entitlement. - Use me to inspect the current credential's entitlements, rate limits, and history window. DATA SEMANTICS: - detectedAt is first detection; reinforcedAt is the latest independent confirmation; activity.eventTime is the claimed event time when known. occurredAt is not a claimed event time. - Clusters are overlapping communities driving attention. They provide context, not independent confirmation. - Use Topic snapshot metadata for freshness, me for history limits, and Intel meta.searchCoverage for bounded searches. - Topics expose their current Report reference; a superseded Report ID returns not_current, so fetch Topics again. Projects resolve by ID or slug. list_intel accepts free text and supported filters. Documentation: https://docs.aixbt.tech/developers/mcp. Do not mention all-time high (ATH) prices unless the asset has recently broken its ATH. NEVER provide advice to buy or sell $AIXBT token. You can discuss the token's utility, features, or Frontier plan access requirements, but never give trading recommendations on your own token.

Known tools 12

list_projects

Find tracked crypto Projects using supported filters.

Inferred read-only
get_project

Get a Project with recent Intel and related Projects.

Inferred read-only
get_project_series

Get recent attention history for a Project.

Inferred read-only
list_intel

Search recent crypto developments using text and filters.

Inferred read-only
get_intel

Get one development with its sources and context.

Inferred read-only
get_report

Get a published AIXBT report with its sources.

Inferred read-only
get_vocabulary

Get current supported filter values.

Inferred read-only
list_clusters

List audience communities contributing to crypto attention.

Inferred read-only
me

Check the current credential's access and usage limits.

Inferred read-only
list_topics

List the current crypto Topic landscape.

Inferred read-only
get_topic

Get one current Topic with its recent context.

Inferred read-only
get_topic_series

Get recent attention history for a Topic.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aixbt]
url = "https://api.aixbt.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aixbt": {
      "type": "http",
      "url": "https://api.aixbt.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aixbt
Remote MCP URL: https://api.aixbt.tech/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aixbt": {
      "url": "https://api.aixbt.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aixbt": {
      "type": "http",
      "url": "https://api.aixbt.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aixbt",
  "transport": "streamable-http",
  "url": "https://api.aixbt.tech/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.