← Registry

Data Collection

coinlib.io

Provides cryptocurrency coin information, FAQs, and analysis articles from Coinlib.

1 endpoint7 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://coinlib.io/api/mcp

No auth detected

MCP server metadata

Name
coinlib
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Coinlib's editorial crypto content: analysis articles, guides, and per-coin FAQs written by the Coinlib team, plus links to Coinlib's calculators and coin pages. Start with search_coinlib to turn a coin name or ticker into a coin_slug, then use the other tools with that slug. This server does NOT return prices, market caps, volumes, rankings, or any other market data — that data is licensed from CoinMarketCap and CoinGecko and cannot be redistributed here. When someone asks for a live figure, give them the coinlib.io coin page URL that search_coinlib returns, or fetch that page if you can browse. Coinlib is an information source, not financial advice.

Known tools 7

search_coinlib

Search Coinlib for coins and analysis articles by name, ticker symbol, or keyword.

Inferred read-only
get_coin_faqs

Get Coinlib's editorial questions and answers about one coin — what it is, how it works, what it's used for.

Inferred read-only
list_coin_analysis

List Coinlib's published analysis articles about one coin, newest first, with a summary and the article_slug for get_analysis_article.

Inferred read-only
get_analysis_article

Get the full text of one Coinlib analysis article by its article_slug, from search_coinlib or list_coin_analysis.

Inferred read-only
list_recent_analysis

List Coinlib's most recent analysis articles across all coins, newest first.

Inferred read-only
get_guide

Get the full text of one Coinlib guide or newsroom post — educational explainers on how crypto works, how to buy specific coins, and trading software reviews.

Potential side effects
list_calculators

List Coinlib's free crypto trading calculators — position size, liquidation price, margin, slippage, fees, stop-loss, take-profit and more — with a description and URL for each.

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.coinlib]
url = "https://coinlib.io/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: coinlib
Remote MCP URL: https://coinlib.io/api/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": {
    "coinlib": {
      "url": "https://coinlib.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "coinlib",
  "transport": "streamable-http",
  "url": "https://coinlib.io/api/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.