← coinlib.io

INDIVIDUAL MCP TOOL

list_recent_analysis

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

coinlib.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://coinlib.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_recent_analysis and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

coinlib.io

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.

Related tools

  • search_coinlib — Search Coinlib for coins and analysis articles by name, ticker symbol, or keyword.
  • get_coin_faqs — Get Coinlib's editorial questions and answers about one coin — what it is, how it works, what it's used for.
  • 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.
  • get_analysis_article — Get the full text of one Coinlib analysis article by its article_slug, from search_coinlib or list_coin_analysis.
  • 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.
  • 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.