Data Collection
coinlib.io
Provides cryptocurrency coin information, FAQs, and analysis articles from Coinlib.
ENDPOINT 1
https://coinlib.io/api/mcp
MCP server metadata
- Name
- coinlib
- Version
- 1.0.0
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_coinlibSearch Coinlib for coins and analysis articles by name, ticker symbol, or keyword.
Inferred read-onlyget_coin_faqsGet Coinlib's editorial questions and answers about one coin — what it is, how it works, what it's used for.
Inferred read-onlylist_coin_analysisList Coinlib's published analysis articles about one coin, newest first, with a summary and the article_slug for get_analysis_article.
Inferred read-onlyget_analysis_articleGet the full text of one Coinlib analysis article by its article_slug, from search_coinlib or list_coin_analysis.
Inferred read-onlylist_recent_analysisList Coinlib's most recent analysis articles across all coins, newest first.
Inferred read-onlyget_guideGet 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 effectslist_calculatorsList 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.