Skip to main content
Glama
testproghub

Adanos MCP

by testproghub

Adanos MCP

API de sentimiento de mercado de Adanos envuelta como un servidor MCP remoto. Node + Express simple, transporte HTTP Streamable en /mcp. Diseñado para hosts de contenedores (Manufact, Render, Railway, Fly).

Desplegar en Manufact

Sube esto a un repositorio de GitHub, luego Manufact despliega con:

  • buildCommand: npm install

  • startCommand: npm start

  • port: 3000

  • env: ADANOS_API_KEY=sk_live_...

El endpoint queda en https://<server>/mcp. Añádelo como conector personalizado en Claude.

GET /health devuelve {ok, keyConfigured} — pruébalo primero para confirmar que la variable de entorno se cargó.

Related MCP server: Sentiment402 MCP Adapter

Herramientas

Tool

Uso

get_daily_panel

El que importa. CSV plano, hasta 30 tickers x 365 días. Para backtesting.

get_stock_sentiment

Detalle completo de un ticker

get_trending

Tabla de popularidad: tickers, sectores, países

get_market_sentiment

Instantánea del mercado + impulsores

compare_tickers

2-10 tickers lado a lado

cross_source_sentiment

Un ticker en Reddit / X / noticias / Polymarket

Antes de confiar en la salida

PLATFORM_PREFIX al inicio de server.js es el único lugar donde viven las rutas de URL. Solo reddit-stocks (/reddit/stocks/v1) está confirmado en la documentación pública; las otras cuatro son inferidas. Si una llamada que no sea de Reddit devuelve 404, revisa https://api.adanos.org/docs y corrige ese mapa.

Límites de tasa

Nivel gratuito: 250 solicitudes/mes, 100/min. get_daily_panel cuesta 1 solicitud por ticker; cross_source_sentiment cuesta 4 por llamada. El upstream se actualiza cada hora.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides access to Sentiment402 market sentiment data for global markets, crypto, TradFi, and specific assets, with built-in support for x402 micropayment protocol when API responses require payment.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables access to real-time and historical market data including stocks, ETFs, forex, and cryptocurrencies, with support for time series, quotes, dividends, splits, and earnings.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables querying alternative financial data including congressional trades, insider transactions, government contracts, and WallStreetBets activity through the Quiver Quantitative API.
    1

View all related MCP servers

Related MCP Connectors

  • Access SEC filings, insider transactions, and financial data via the ShareSEER API.

  • Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.

  • News sentiment scores over time, with growth for any topic. Free key at trendsmcp.ai

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/testproghub/adanos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server