Skip to main content
Glama
testproghub

Adanos MCP

by testproghub

Adanos MCP

Adanos market-sentiment API wrapped as a remote MCP server. Plain Node + Express, Streamable HTTP transport at /mcp. Built for container hosts (Manufact, Render, Railway, Fly).

Deploy on Manufact

Push this to a GitHub repo, then Manufact deploys with:

  • buildCommand: npm install

  • startCommand: npm start

  • port: 3000

  • env: ADANOS_API_KEY=sk_live_...

Endpoint lands at https://<server>/mcp. Add that as a custom connector in Claude.

GET /health returns {ok, keyConfigured} — hit it first to confirm the env var landed.

Related MCP server: Sentiment402 MCP Adapter

Tools

Tool

Use

get_daily_panel

The one that matters. Flat CSV, up to 30 tickers x 365 days. For backtesting.

get_stock_sentiment

Full detail on one ticker

get_trending

Buzz leaderboard: tickers, sectors, countries

get_market_sentiment

Market-wide snapshot + drivers

compare_tickers

2-10 tickers side by side

cross_source_sentiment

One ticker across Reddit / X / news / Polymarket

Before trusting output

PLATFORM_PREFIX at the top of server.js is the only place URL paths live. Only reddit-stocks (/reddit/stocks/v1) is confirmed from public docs; the other four are inferred. If a non-Reddit call 404s, check https://api.adanos.org/docs and fix that one map.

Rate limits

Free tier: 250 requests/month, 100/min. get_daily_panel costs 1 request per ticker; cross_source_sentiment costs 4 per call. Upstream refreshes hourly.

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