# io.github.ciinkwia/agent-tool-finder (remote · clink-lithium-vault.fly.dev)

Free search across ~35,000 agent tools (x402 bazaar + MCP registry) by plain-language need.

- Trust score: 78/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `clink-lithium-vault.fly.dev`: 78/100 (this document), [markdown](https://verifymcp.io/servers/ciinkwia-agent-tool-finder/clink-lithium-vault.md), [page](https://verifymcp.io/servers/ciinkwia-agent-tool-finder/clink-lithium-vault)

## Channel facts

- Endpoint: `https://clink-lithium-vault.fly.dev/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-09-24.

- **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 16 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**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2261 tokens (~141/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 97/100
  - Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 96% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 17 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 io.github.ciinkwia/agent-tool-finder MCP server?

io.github.ciinkwia/agent-tool-finder is a hosted endpoint at https://clink-lithium-vault.fly.dev/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 ciinkwia-agent-tool-finder 'https://clink-lithium-vault.fly.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ciinkwia-agent-tool-finder": {
      "url": "https://clink-lithium-vault.fly.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ciinkwia-agent-tool-finder": {
      "type": "http",
      "url": "https://clink-lithium-vault.fly.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ciinkwia-agent-tool-finder]
url = "https://clink-lithium-vault.fly.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ciinkwia-agent-tool-finder": {
      "type": "remote",
      "url": "https://clink-lithium-vault.fly.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ciinkwia-agent-tool-finder --url 'https://clink-lithium-vault.fly.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ciinkwia-agent-tool-finder:
    url: "https://clink-lithium-vault.fly.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ciinkwia-agent-tool-finder": {
      "Transport": "http",
      "Url": "https://clink-lithium-vault.fly.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ciinkwia-agent-tool-finder -t streamable-http -u 'https://clink-lithium-vault.fly.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ciinkwia-agent-tool-finder": {
      "type": "http",
      "url": "https://clink-lithium-vault.fly.dev/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-24 (score 78, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] The server changed its declared name: agent-tool-finder → clinks-shop
- [functional improvement] Schema quality: 185 → 141
- [functional] Stability: pass → 0.97
- [functional] Server version: 0.1.0 → 0.2.0
- [functional] New tool “buy_credits”
- [functional] New tool “credits_balance”
- [functional] New tool “pdf_text”
- [functional] New tool “pm_odds”
- [functional] New tool “pm_search”
- [functional] New tool “pm_ticker_events”
- [functional] New tool “sec_insider”
- [functional] New tool “ticker_brief”
- [functional] New tool “translate_text”
- [functional] New tool “x_digest”
- [functional] New tool “x_profile”
- [functional] New tool “x_search”
- [functional] New tool “x_ticker_pulse”

### 2026-09-14 (score 78, −1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 358 → 557
- [functional] New tool “request_agent_tool”

### 2026-09-13 (score 79, 0)

- [security regression] HSTS header: unverified → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.

### 2026-09-12 (score 79, 0)

- [security regression] HSTS header: fail → unverified
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.

### 2026-09-10 (score 79, 0)

- [security] Stability: 0.97 → pass

### 2026-09-09 (score 79, +1)

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

### 2026-09-06 (score 78, +1)

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

### 2026-09-04 (score 77, +1)

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

## MCP tools (16)

### `find_agent_tools` (~251 tokens)

Find an API, data source, or MCP server that can do something you cannot do on your own. Searches 35,000+ agent-callable tools: ~14,000 paid x402 endpoints and ~21,000 MCP servers, in one place. Use it whenever you need outside data or a capability you lack — web search, onchain and crypto data, company or people lookup, scraping, maps, weather, documents, financial data, travel, and more. Returns what each tool does, how to call or install it, and what it costs. Free to use.

Input parameters:

- `kind` (string): Optional. 'x402' for paid pay-per-call HTTP endpoints, 'mcp' for installable MCP servers. Omit to search both.
- `limit` (number): Optional. Max results, 1-25. Default 8.
- `max_price_usd` (number): Optional. Only return paid endpoints at or below this price per call.
- `need` (string, required): What you need, in plain language. Describe the capability or data, not a tool name. Example: 'historical lithium spodumene prices' or 'check if a wallet holds an NFT'.

### `agent_market_stats` (~66 tokens)

Get current size and shape of the agent tool market: how many paid x402 endpoints and MCP servers exist, how many have real paying users, and total measured spend over the last 30 days. Useful for deciding whether a capability is well supplied before you build it yourself. Free.

### `request_agent_tool` (~173 tokens)

Ask clink's shop to BUILD a tool or data source that nobody sells yet. Use this right after find_agent_tools comes back unsatisfied. clink reads every request the same day; buildable asks ship as pay-per-call x402 endpoints, usually within a week. Returns a request id and a status URL; pass `notify` (email or https webhook) to be told the moment it ships.

Input parameters:

- `budget_usd` (number): Optional. What one call is worth to you, in USD — helps clink price it.
- `notify` (string): Optional. An email address or https webhook URL to ping when it ships (or is declined).
- `want` (string, required): What you need, plain language, 3-500 chars. Describe the data or capability and how you'd call it.

### `x_search` (~121 tokens)

Live X/Twitter search for AI agents — advanced search syntax (from:user, "exact phrase", #hashtag, since:/until:, min_faves:, lang:). Up to 20 newest tweets with author, likes, retweets, views, URL. Costs $0.02 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `query` (string, required): Advanced X search query, e.g. 'from:elonmusk lithium'

### `x_profile` (~94 tokens)

X/Twitter profile lookup — display name, bio, follower/following counts, verified status, location, join date, profile URL for one handle. Costs $0.02 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `username` (string, required): X handle, e.g. elonmusk

### `x_digest` (~101 tokens)

X/Twitter trend digest — live tweet search PLUS an AI-written summary: sentiment, key themes, driving accounts, notable posts. Same query syntax as x_search. Costs $0.05 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `query` (string, required): Advanced X search query, e.g. '#bitcoin min_faves:50'

### `x_ticker_pulse` (~159 tokens)

X/Twitter activity for one US stock ticker — post volume vs the prior window, top posts, most active accounts, keyword topic flags (earnings, guidance, lawsuit, SEC investigation, recall, M&A, layoffs, upgrade/downgrade, short report, dividend, buyback, CEO). Facts only — this is not investment advice, a price target, or a buy/sell/hold signal. Costs $0.02 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `ticker` (string, required): e.g. TSLA or $TSLA
- `window` (string): default 24h

### `pm_search` (~144 tokens)

Prediction market search — live markets from Polymarket AND Kalshi matching a question or topic, ranked by relevance: implied probability, 24h/7d change, volume, close date, URL. Facts only — this is not investment advice, a price target, or a buy/sell/hold signal. Costs $0.01 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `limit` (number): 1-50, default 20
- `q` (string, required): a question or topic, e.g. 'fed rate cut september'

### `pm_odds` (~129 tokens)

Prediction market odds — a finished read for one question: best-matching market on Polymarket AND Kalshi, implied probability, cross-platform gap, 7-day history, one-line summary. Facts only — this is not investment advice, a price target, or a buy/sell/hold signal. Costs $0.02 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `q` (string, required): a question, e.g. 'will the fed cut rates in september'

### `pm_ticker_events` (~139 tokens)

Open prediction markets mentioning a US stock ticker or company, Polymarket + Kalshi in one call: implied probability, 24h change, volume, close date, URL. Facts only — this is not investment advice, a price target, or a buy/sell/hold signal. Costs $0.01 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `limit` (number): 1-50, default 20
- `q` (string, required): a ticker (TSLA) or company name (Tesla)

### `sec_insider` (~169 tokens)

SEC Form 4 insider trading for one US stock ticker — every insider buy/sell/grant/gift in the window (name, role, date, code, shares, price, shares owned after, filing URL) plus open-market buy vs sell totals. Source: SEC EDGAR. Facts only — this is not investment advice, a price target, or a buy/sell/hold signal. Costs $0.01 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `days` (number): 1-365, default 90
- `limit` (number): 1-25, default 25
- `ticker` (string, required): e.g. AAPL

### `ticker_brief` (~123 tokens)

One-call US stock ticker brief — X/Twitter activity (24h), prediction markets, SEC Form 4 insider activity (90d), and the latest 8-K, bundled. Each section fails independently. Facts only — this is not investment advice, a price target, or a buy/sell/hold signal. Costs $0.04 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `ticker` (string, required): e.g. NVDA

### `pdf_text` (~106 tokens)

Convert a public PDF to plain text — full extracted text in one call, up to 25MB / 500k chars, with page count and a likely_scanned flag (text-based PDFs only, no OCR). Costs $0.01 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `url` (string, required): public http(s) URL of a PDF file

### `translate_text` (~133 tokens)

Translate text — up to 2,000 chars, any language pair, source auto-detected when omitted. Returns clean JSON: detected source language + full translation. Costs $0.01 per call, paid from clink's shop credits (get a key with buy_credits or at /buy/credits). A failed or empty call is free.

Input parameters:

- `source_lang` (string): optional; auto-detected when omitted
- `target_lang` (string, required): language to translate into, e.g. 'English', 'es'
- `text` (string, required): text to translate, up to 2,000 chars

### `credits_balance` (~37 tokens)

Check the shop-credits balance for the key on this connection (Authorization: Bearer ck_live_… or X-Clink-Key). Free.

### `buy_credits` (~154 tokens)

Add shop credits by paying with a Stripe Shared Payment Token (SPT) — the credential Muse hands a seller after its human approves a spend in Link. amount_usd must be 5, 10, 25 or 50 (Stripe's own fee makes anything smaller lose money). With no existing key on this connection, opens a new account and returns a NEW key ONCE — save it and send it as Authorization: Bearer <key> on every later call. With a valid key already presented, tops up that key's account instead.

Input parameters:

- `amount_usd` (number, required)
- `spt` (string, required): the Shared Payment Token (spt_...) granted by the agent's Stripe Link session

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ciinkwia-agent-tool-finder/clink-lithium-vault#diagnostics

## Score history

- 2026-09-24: 78
- 2026-09-23: 78
- 2026-09-22: 78
- 2026-09-21: 78
- 2026-09-20: 78
- 2026-09-19: 78
- 2026-09-18: 78
- 2026-09-17: 78
- 2026-09-16: 78
- 2026-09-15: 78
- 2026-09-14: 78
- 2026-09-13: 79
- 2026-09-12: 79
- 2026-09-11: 79
- 2026-09-10: 79
- 2026-09-09: 79
- 2026-09-08: 78
- 2026-09-07: 78
- 2026-09-06: 78
- 2026-09-05: 77
- 2026-09-04: 77
- 2026-09-03: 76
- 2026-09-02: 76
- 2026-09-01: 75
- 2026-08-31: 75
- 2026-08-30: 74
- 2026-08-29: 74
- 2026-08-28: 73
- 2026-08-27: 73
- 2026-08-26: 72

## Common questions

### What is the io.github.ciinkwia/agent-tool-finder MCP server?

io.github.ciinkwia/agent-tool-finder is an MCP server listed in the public MCP registry as io.github.ciinkwia/agent-tool-finder. Free search across ~35,000 agent tools (x402 bazaar + MCP registry) by plain-language need. This page covers its hosted endpoint (https://clink-lithium-vault.fly.dev/mcp).

### Is the io.github.ciinkwia/agent-tool-finder MCP server safe to use?

io.github.ciinkwia/agent-tool-finder scores 78 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 io.github.ciinkwia/agent-tool-finder MCP server expose?

io.github.ciinkwia/agent-tool-finder exposes 16 tools: find_agent_tools, agent_market_stats, request_agent_tool, x_search, x_profile, and 11 more. Their descriptions and schemas cost roughly 2,099 tokens of context every time the server is loaded.

### Does the io.github.ciinkwia/agent-tool-finder MCP server require authentication?

No. We connected to io.github.ciinkwia/agent-tool-finder without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the io.github.ciinkwia/agent-tool-finder MCP server still maintained?

io.github.ciinkwia/agent-tool-finder is still listed as active in the MCP registry. We last reached this channel on 24 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://clink-lithium-vault.fly.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ciinkwia-agent-tool-finder/clink-lithium-vault.xml
- Changelog JSON feed: https://verifymcp.io/servers/ciinkwia-agent-tool-finder/clink-lithium-vault.json
- HTML version of this page: https://verifymcp.io/servers/ciinkwia-agent-tool-finder/clink-lithium-vault
