Server data from the Official MCP Registry
Free MCP: MELANY stock ratings for 600+ US stocks/ETFs plus mortgage-rate context.
Free MCP: MELANY stock ratings for 600+ US stocks/ETFs plus mortgage-rate context.
Remote endpoints: streamable-http: https://marketeyeslive.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-marketeyeslive-market-eyes-live": {
"url": "https://marketeyeslive.com/mcp"
}
}
}From the project's GitHub README.
Market Eyes Live (marketeyeslive.com) is a financial app with two sides: it turns SEC filings into confidence-scored ratings for 600+ U.S. stocks and ETFs, each with one suggested entry price, plus a free paper-trading arena; and its Lock Radar tracks mortgage rates, the 10-year Treasury, and MBS to help you decide when to lock. Available on iOS and the web.
This repository documents the public MCP (Model Context Protocol) server that lets AI agents call Market Eyes Live directly, for both MELANY stock ratings and mortgage-rate context:
https://marketeyeslive.com/mcp
Remote server, Streamable HTTP transport, stateless JSON responses. No API key, no install, free. Rate-limited per IP.
| Tool | Input | Returns |
|---|---|---|
get_stock_rating | { "symbol": "NVDA" } | Conviction tier, 0-100 composite score, all 8 factor scores (valuation, business quality, price momentum, earnings track record, analyst sentiment, catalyst setup, risk-adjusted profile, macro fit), top flagged risks, theme context, and the rating's as-of date |
compare_stocks | { "symbols": ["NVDA", "AMD"] } (2-5) | Side-by-side tiers, composites, and valuation / quality / momentum factors |
get_mortgage_rate_context | {} | Today's public mortgage-rate read from Lock Radar: 10-year Treasury yield and direction, MBS momentum, and the rate environment (falling / stable / rising). For "should I lock my mortgage rate" questions. Public market data only; the personalized lock-or-float signal stays in the app |
Ratings are produced by MELANY, Market Eyes Live's own engine, which reads fundamentals, valuation, and quality directly from SEC filings and re-scores as new data arrives. Stocks, ETFs, REITs, and crypto are each scored with asset-native logic. get_mortgage_rate_context mirrors the public data on marketeyeslive.com/rates. Everything here is algorithmic research and public market data, not personalized financial advice, and the server never issues buy/sell calls.
claude.ai / Claude Desktop (custom connectors): add a connector with URL https://marketeyeslive.com/mcp.
Cursor (.cursor/mcp.json):
{ "mcpServers": { "market-eyes-live": { "url": "https://marketeyeslive.com/mcp" } } }
Clients that only speak stdio (via the mcp-remote bridge):
{ "mcpServers": { "market-eyes-live": { "command": "npx", "args": ["-y", "mcp-remote", "https://marketeyeslive.com/mcp"] } } }
Plain HTTP (JSON-RPC 2.0):
curl -s https://marketeyeslive.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_stock_rating","arguments":{"symbol":"NVDA"}}}'
NVDA rates BUY with a MELANY composite of 71/100 as of 2026-07-17.
{
"symbol": "NVDA",
"rating_tier": "BUY",
"composite_score": 71,
"factors": { "valuation": 49, "quality": 99, "momentum": 68, "earnings": 76, ... },
"top_risks": ["High beta 2.2, amplifies market drawdowns 1.8x+ in selloffs", ...],
"links": { "rating_page": "https://marketeyeslive.com/stock/NVDA" }
}
This server exposes the same free tier as the public rating pages at marketeyeslive.com/stock/{TICKER}. The suggested entry zone, alert levels, position sizing, and live re-scored ratings are free in the Market Eyes Live app (iOS / web); the deepest research sits behind Pro.
Market Eyes Live provides data-driven research and educational tools, not personalized investment advice. Ratings are algorithmic and can change. Not a recommendation to buy or sell any security. Markets involve risk, including loss of principal.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.