Data Collection
aixbt.tech
Provides APIs to track crypto projects and recent developments with filtering and search capabilities.
ENDPOINT 1
https://api.aixbt.tech/mcp
MCP server metadata
- Name
- aixbt
- Version
- 1.0.0
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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.