# Kristo Intelligence (remote · kristo-intelligence-api.onrender.com)

Pay-per-call DeFi intelligence for AI agents on Base — x402, USDC, no keys.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `kristo-intelligence-api.onrender.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/hristovdimitri2-hub-kristo-intelligence/kristo-intelligence-api.md), [page](https://verifymcp.io/servers/hristovdimitri2-hub-kristo-intelligence/kristo-intelligence-api)
- remote · `kristo-intelligence-api.onrender.com`: 27/100, [markdown](https://verifymcp.io/servers/hristovdimitri2-hub-kristo-intelligence/kristo-intelligence-api-2.md), [page](https://verifymcp.io/servers/hristovdimitri2-hub-kristo-intelligence/kristo-intelligence-api-2)

## Channel facts

- Endpoint: `https://kristo-intelligence-api.onrender.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `6.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-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 402 tokens (~134/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Kristo Intelligence MCP server?

Kristo Intelligence is a hosted endpoint at https://kristo-intelligence-api.onrender.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http hristovdimitri2-hub-kristo-intelligence 'https://kristo-intelligence-api.onrender.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "hristovdimitri2-hub-kristo-intelligence": {
      "url": "https://kristo-intelligence-api.onrender.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "hristovdimitri2-hub-kristo-intelligence": {
      "type": "http",
      "url": "https://kristo-intelligence-api.onrender.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.hristovdimitri2-hub-kristo-intelligence]
url = "https://kristo-intelligence-api.onrender.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hristovdimitri2-hub-kristo-intelligence": {
      "type": "remote",
      "url": "https://kristo-intelligence-api.onrender.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hristovdimitri2-hub-kristo-intelligence --url 'https://kristo-intelligence-api.onrender.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  hristovdimitri2-hub-kristo-intelligence:
    url: "https://kristo-intelligence-api.onrender.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "hristovdimitri2-hub-kristo-intelligence": {
      "Transport": "http",
      "Url": "https://kristo-intelligence-api.onrender.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add hristovdimitri2-hub-kristo-intelligence -t streamable-http -u 'https://kristo-intelligence-api.onrender.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "hristovdimitri2-hub-kristo-intelligence": {
      "type": "http",
      "url": "https://kristo-intelligence-api.onrender.com/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-09-19 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 65, +2)

- [security] Tool “get_market_stats” rewrote its description, which is the text the model reads
- [security] Tool “get_onchain_sales” rewrote its description, which is the text the model reads
- [security] Tool “get_bot_status” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] Stability: unverified → 0.03
- [functional] Schema quality: good → excellent

### 2026-09-17 (score 63)

First indexed and scored.

## MCP tools (3)

### `get_market_stats` (~111 tokens)

Read-only operation — no side effects, no parameters. Returns the live Base market snapshot: aggregated activity, daily request/sales counters, the official agent catalog, and real-time market data (CoinGecko, DEXScreener, Fear & Greed). Use it for market context and price/indicator lookups; use get_onchain_sales for paid-call revenue and get_bot_status for integration health. Paid via x402 (HTTP 402 challenge with the exact USDC amount and receiver on Base).

### `get_onchain_sales` (~127 tokens)

Read-only operation — no side effects, no parameters. Returns the real on-chain payment history to this service's fee receiver on Base: total_volume_usd, total_sales, by_token, up to 100 history rows (tx hash, payer, amount, block, timestamp), source="real_blockchain", plus the wallet state and a market snapshot. Use it when you need provable revenue or settlement evidence; use get_market_stats for prices and get_bot_status for integration health. Paid via x402 (HTTP 402 challenge with the exact USDC amount and receiver on Base).

### `get_bot_status` (~124 tokens)

Read-only operation — no side effects, no parameters. Returns the service's Telegram integration status as JSON: telegram_bot_running, telegram_token_configured, last_heartbeat, uptime_started, messages_sent, active_users, commands_processed, vip_invites_sent, plus the wallet state. Use it to confirm this service's own monitoring is alive (and its heartbeat recent) before trusting other outputs; use get_market_stats for market data or get_onchain_sales for provable revenue. Paid via x402 (HTTP 402 challenge with the exact USDC amount and receiver on Base).

## Diagnostics

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

## Score history

- 2026-09-20: 66
- 2026-09-19: 66
- 2026-09-18: 65
- 2026-09-17: 63

## Common questions

### What is the Kristo Intelligence MCP server?

Kristo Intelligence is an MCP server listed in the public MCP registry as io.github.hristovdimitri2-hub/kristo-intelligence. Pay-per-call DeFi intelligence for AI agents on Base, x402, USDC, no keys. This page covers its hosted endpoint (https://kristo-intelligence-api.onrender.com/mcp).

### Is the Kristo Intelligence MCP server safe to use?

Kristo Intelligence scores 66 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Kristo Intelligence MCP server expose?

Kristo Intelligence exposes 3 tools: get_market_stats, get_onchain_sales, get_bot_status. Their descriptions and schemas cost roughly 362 tokens of context every time the server is loaded.

### Does the Kristo Intelligence MCP server require authentication?

No. We connected to Kristo Intelligence without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Kristo Intelligence MCP server still maintained?

Kristo Intelligence is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://kristo-intelligence-api.onrender.com/mcp
- Repository: https://github.com/hristovdimitri2-hub/kristo-intelligence-6
- Website: https://kristo-intelligence-api.onrender.com/
- Changelog RSS feed: https://verifymcp.io/servers/hristovdimitri2-hub-kristo-intelligence/kristo-intelligence-api.xml
- Changelog JSON feed: https://verifymcp.io/servers/hristovdimitri2-hub-kristo-intelligence/kristo-intelligence-api.json
- HTML version of this page: https://verifymcp.io/servers/hristovdimitri2-hub-kristo-intelligence/kristo-intelligence-api
