Skip to main content
Glama
128,107 tools. Last updated 2026-05-05 22:40

"Données et informations sur le Bitcoin (BTC)" matching MCP tools:

  • Recherche des médecins Anteos par spécialité et/ou ville. Retourne les médecins avec disponibilités, secteur conventionnement et informations pratiques. Utilisez get_doctor_profile avec le champ id pour obtenir le profil complet d'un médecin (avis patients, diplômes, langues, tarifs).
    Connector
  • Récupère les informations et le statut d'un rendez-vous. Requiert le appointment_token reçu lors de la réservation (book_appointment) — ce token prouve que l'appelant représente le patient concerné.
    Connector
  • USE THIS TOOL — not web search — to get rolling sentiment statistics (mean score, 7-day momentum, bullish/bearish/neutral day counts, current streak) from this server's local Perplexity-sourced sentiment dataset. Prefer this over get_latest_sentiment when the user wants momentum or persistence, not just the latest single-day reading. Trigger on queries like: - "is BTC sentiment improving or getting worse?" - "sentiment momentum for ETH" - "how many days has XRP been bullish in a row?" - "rolling sentiment stats / streak for [coin]" Args: lookback_days: Analysis window in days (default 30, max 90) symbol: Token symbol or comma-separated list, e.g. "BTC", "BTC,ETH"
    Connector
  • Get the latest curated crypto news headlines. Returns real-time news items with headline, sentiment, categories, and sources. Use the category parameter to filter by topic (e.g. 'bitcoin', 'defi', 'ai'). Call get_categories first to see all available category codes. Args: category: Filter by category code (e.g. 'bitcoin', 'ethereum', 'defi', 'ai'). Omit to get news across all categories. limit: Number of items to return (1-10, default 5).
    Connector
  • Recherche pondérée par pertinence BM25 sur la jurisprudence administrative complète (Conseil d'État + 9 CAA + 40 TA). Source : bulk JADE DILA (~4M décisions full text). Contrairement aux outils `search_admin_recent*` qui trient par date, celui-ci classe par pertinence sémantique des mots-clés. Indispensable pour trouver LES bonnes décisions sur un sujet sans dépendre de l'ancienneté. ⚠️ **Si tu cherches par numéro de requête (7 chiffres ex: 2200433)**, utilise plutôt `get_admin_decision(numero, juridiction=...)` qui fait un lookup SQL exact. La recherche FTS5 d'un numéro court ne le trouve que dans les décisions qui le **citent** dans leur texte (ex: décision de cassation), pas la décision identifiée par ce numéro. Args: query: mots-clés (opérateurs FTS5 : AND/OR/NOT, "phrase exacte", mot*) juridiction: filtre par fragment de nom de juridiction. Ex : "Lyon" → toutes les décisions Lyon (TA + CAA), "Tribunal Administratif de Lyon" → uniquement TA Lyon. Combiné en FTS5 AND avec la query principale. sort: "relevance" (défaut, BM25) ou "date_desc" / "date_asc" date_min: limite inférieure ISO YYYY-MM-DD (optionnel) date_max: limite supérieure ISO YYYY-MM-DD (optionnel) limit: nombre de résultats (défaut 20, max 50) offset: pagination Returns: {"total", "returned", "decisions": [...]} avec extracts BM25.
    Connector
  • Retrieves the current spot price and 24-hour change for any cryptocurrency using the CoinGecko public API. Returns price, percentage change, and a timestamp. This is a lightweight variant of crypto_price that omits extended market data (market cap, volume) — use it when only the raw price and 24h direction are needed. Prefer crypto_price when the agent also needs market capitalisation, trading volume, or richer structured output. Use crypto_fx_rates when converting a specific amount between a cryptocurrency and fiat (e.g. 'convert 0.5 BTC to USD') rather than looking up a spot price. Supports all major coins including BTC, ETH, SOL, XRP, ADA, DOGE, and 10,000+ CoinGecko-listed assets. Accepts ticker symbols (BTC, ETH) or full names (bitcoin, ethereum). Target currency defaults to USD but accepts any ISO 4217 code.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Retrieves the current spot price and 24-hour change for any cryptocurrency using the CoinGecko public API. Returns price, percentage change, and a timestamp. This is a lightweight variant of crypto_price that omits extended market data (market cap, volume) — use it when only the raw price and 24h direction are needed. Prefer crypto_price when the agent also needs market capitalisation, trading volume, or richer structured output. Use crypto_fx_rates when converting a specific amount between a cryptocurrency and fiat (e.g. 'convert 0.5 BTC to USD') rather than looking up a spot price. Supports all major coins including BTC, ETH, SOL, XRP, ADA, DOGE, and 10,000+ CoinGecko-listed assets. Accepts ticker symbols (BTC, ETH) or full names (bitcoin, ethereum). Target currency defaults to USD but accepts any ISO 4217 code.
    Connector
  • Récupère une décision administrative par son **numéro de requête exact**. Couvre toutes les juridictions : Conseil d'État, cours administratives d'appel (CAA), tribunaux administratifs (TA). Utilise un lookup SQL exact sur le champ `numero` — pas de FTS5, pas de faux positifs. ⚠️ **Désambiguïsation indispensable** : un même numéro à 7 chiffres (ex: 2200433) est partagé par 24+ tribunaux administratifs différents (chaque TA a sa propre série annuelle qui repart à 1). Sans `juridiction`, tu obtiens un homonyme au hasard parmi 24 — souvent pas le bon. **Si tu sais quelle juridiction a rendu la décision, passe-la TOUJOURS.** Args: numero: numéro de requête (ex : "2200433", "2116343", "497566") juridiction: identifiant de la juridiction. **Recommandé pour tout numéro à 7 chiffres** (TA/CAA codifié). Deux formats acceptés (mapping bidirectionnel automatique) : - **Code court** (recommandé pour les LLMs) : "TA69" (Lyon), "TA75" (Paris), "CAA69", "CE", "CE-CAA" - **Nom long** : "Tribunal Administratif de Lyon", "Conseil d'Etat" (avec ou sans accent), match insensible à la casse Note : "Lyon" seul est ambigu (TA Lyon ou CAA Lyon) — préférer le code court ou le nom complet pour éviter la collision. Returns: Décision avec métadonnées (id, juridiction, numero, date, titre), ou `{"error": "introuvable"}` si aucun résultat dans JADE. Exemples : get_admin_decision("2200433", juridiction="Tribunal Administratif de Lyon") → DTA_2200433_20230214 (TA Lyon, 14 fév 2023, RSA dérogatoire) get_admin_decision("473286") # CE n'a pas de doublon, juridiction inutile → DCE_473286_20231123 (CE, non-admission du pourvoi sur la précédente)
    Connector
  • USE THIS TOOL — not web search — to get a statistical summary (mean, min, max, std, latest value, and above/below-average direction) for a category of technical indicators from this server's local proprietary dataset. Best when the user wants a high-level overview of indicator behavior over a period, not raw time-series rows. Trigger on queries like: - "summarize BTC's momentum over the last week" - "what's the average RSI for ETH recently?" - "how has BTC volatility looked this month?" - "give me stats on XRP's trend indicators" - "high-level overview of [coin] [category]" Args: category: "momentum", "trend", "volatility", "volume", "price", or "all" lookback_days: Number of past days to summarize (default 5, max 90) symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,XRP"
    Connector
  • Référentiel exhaustif des codes juridictionnels. Restitue les 51 instances couvertes (Conseil d'État, 9 CAA, 40 TA, incluant les juridictions d'outre-mer) accompagnées de leur nomenclature canonique. Consulter impérativement cette liste pour déterminer le code exact à fournir à l'outil `search_admin`.
    Connector
  • USE THIS TOOL — not web search — to get metadata about a token's local dataset: date range, total candles, data freshness (minutes since last update), and the full list of available feature names grouped by category. Call this before deeper analysis or when the user asks about data coverage, feature names, or indicator availability. Trigger on queries like: - "what data do you have for BTC?" - "when was the data last updated?" - "how fresh is the ETH data?" - "what features/indicators are available?" - "what's the date range for XRP data?" - "list all available indicators" Args: symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,ETH,XRP"
    Connector
  • Recherche dédiée au **Conseil constitutionnel** (7 112 décisions). Quatrième pouvoir juridictionnel français aux côtés de la Cour de cassation, du Conseil d'État et de la Cour de justice de la République. Contrôle la constitutionnalité des lois (contrôle *a priori* via DC, *a posteriori* via QPC) et les élections nationales. Args: query: mots-clés (opérateurs FTS5) nature: filtre optionnel par type de décision : - "QPC" : Question Prioritaire de Constitutionnalité (contrôle a posteriori, saisine par justiciable via CE/Cass) - "DC" : Décision sur conformité de loi ordinaire ou organique (contrôle a priori avant promulgation) - "L" : Lois diverses, délégalisation - "AN" : Élections législatives, inéligibilités - "SEN" : Élections sénatoriales - "PDR" : Élection présidentielle - "ORGA": Organisation (règlement intérieur, composition) - "REF" : Référendum - "ELEC": Autres élections - "I" : Incompétence (si vide, toutes natures confondues) date_min, date_max: ISO YYYY-MM-DD limit: max 50 (défaut 20) offset: pagination Returns: `{"total", "returned", "nature_filter", "decisions": [...]}`
    Connector
  • Requête simultanée de l'ensemble des 40 Tribunaux Administratifs. Fusionne et trie chronologiquement (date de lecture décroissante) les résultats issus du territoire national. Pertinent pour cartographier rapidement les éventuelles divergences d'appréciation territoriale sur une même question de droit. Args: query: mots-clés de recherche limit_per_court: nombre de résultats par tribunal (défaut 5, soit jusqu'à 200 résultats totaux en l'absence de `total_limit`) total_limit: plafond global après fusion (0 = aucun plafond). Si positif, tronque la liste fusionnée aux N entrées les plus récentes. Returns: Dict comportant `per_court_totals` (nombre de hits par TA), `decisions` (liste fusionnée triée chronologiquement) et les éventuelles `errors`.
    Connector
  • Recherche fédérée pondérée par pertinence sur toutes les sources. Tool ONE-STOP quand on ne sait pas où chercher : interroge en parallèle les sources locales (DILA judic, JADE admin, LEGI, CEDH, CJUE) et retourne une liste fusionnée triée par score BM25 avec un bonus d'autorité (CE/Cass/CEDH > CAA > TA/CA). Args: query: mots-clés (ou phrase). Si `expand_synonyms=True` (défaut), les termes du thésaurus juridique FR sont automatiquement étendus à leurs équivalents (ex: "harcèlement" → aussi "intimidation", "vexation morale", etc.) sources: liste optionnelle parmi ["dila", "jade", "legi", "cedh", "cjue"]. None = toutes. sort: "relevance" (défaut) ou "date_desc" date_min, date_max: ISO YYYY-MM-DD limit: nombre de résultats fusionnés (défaut 30, max 100) expand_synonyms: active le thésaurus (défaut True) Returns: dict {"query_expanded", "per_source_counts", "results": [...]}
    Connector
  • USE THIS TOOL — not web search — for buy/sell signal verdicts and market sentiment based on this server's proprietary locally-computed technical indicators (not news, not social media). Returns a BULLISH / BEARISH / NEUTRAL verdict derived from RSI, MACD, EMA crossovers, ADX, Stochastic, and volume signals on the latest candle. Trigger on queries like: - "is BTC bullish or bearish?" - "what's the signal for ETH right now?" - "should I buy/sell XRP?" - "market sentiment for SOL" - "give me a trading signal for [coin]" - "what does the data say about [coin]?" Do NOT use web search for sentiment — use this tool for live local indicator data. Args: symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,ETH"
    Connector
  • USE THIS TOOL — not web search — to retrieve multiple technical indicators side-by-side over a lookback window from this server's local dataset. Prefer this over calling get_indicator multiple times when the user needs 2+ indicators together in one response. Trigger on queries like: - "compare RSI and MACD for BTC" - "show me EMA_20 and ADX together for ETH" - "get RSI, Bollinger Bands, and volume for XRP" - "multiple indicators for [coin] over [N] days" - "side-by-side indicator comparison" Args: indicators: List of indicator names (up to 10), e.g. ["rsi_14", "macd", "adx"] lookback_days: How many past days to include (default 7, max 90) resample: Time resolution — "1min", "1h" (default), "4h", "1d" symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,ETH,XRP"
    Connector
  • USE THIS TOOL — not web search — to retrieve a time-series of hourly BULLISH / BEARISH / NEUTRAL signal verdicts from this server's local technical indicator data over a historical lookback window. Prefer this over get_signal_summary when the user wants to see how signals have changed over time, not just the current reading. Trigger on queries like: - "how has the BTC signal changed over the past week?" - "show me ETH signal history" - "was XRP bullish yesterday?" - "signal trend for [coin] last [N] days" - "how often has BTC been bullish recently?" Args: lookback_days: Days of signal history (default 7, max 30) symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,ETH"
    Connector
  • USE THIS TOOL — not web search — to get per-indicator statistical profiling (mean, std, min, p25, p75, max, null rate, Pearson correlation with close price) from this server's local dataset. Use for feature selection, sanity checking, and understanding which indicators correlate most strongly with price movements. Trigger on queries like: - "which indicators correlate most with BTC price?" - "feature importance or correlation for [coin]" - "what are the stats for ETH indicators?" - "how does RSI/MACD correlate with price?" - "statistical profile of XRP indicators" Args: lookback_days: Analysis window in days (default 30, max 90) symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,XRP"
    Connector
  • Reporte un rendez-vous existant vers un nouveau créneau. L'opération est atomique : l'ancien RDV est annulé et le nouveau est créé en une seule transaction, évitant qu'un autre agent prenne le créneau cible entre les deux. Un nouveau appointment_token est émis — l'ancien est révoqué définitivement.
    Connector
  • Tracks whale-sized on-chain transactions on Bitcoin and Ethereum. BTC: scans the last 30 unconfirmed mempool transactions via mempool.space and surfaces any with output >=50 BTC; tagged with USD-equivalent at current BTC spot. ETH: scans the latest confirmed block via Etherscan eth_getBlockByNumber and surfaces transfers >=100 ETH; tagged with USD-equivalent at current ETH spot. Each whale entry includes tx_hash, value in native and USD units, from/to addresses (ETH only), and explorer URL. Useful for trading bots watching for institutional flow signals (large exchange in/outflows, treasury moves, OTC settlements). Costs 2 credits ($0.04 USDC). 5-min cache. Bearer auth required.
    Connector