StockLens MCP server
This host is the Model Context Protocol endpoint for StockLens, a stock analysis platform that scores thousands of stocks every night. The product itself lives at stocklens.com.
https://mcp.stocklens.com/mcpStreamable HTTP. Two tools answer with no account at all: a connectivity check and the latest nightly scores for the 600 largest companies StockLens scores. The other six sign in over OAuth 2.1 with PKCE and act as your StockLens user, which also widens the set of stocks whose scores you can read.
Connect it
- claude.ai: Customize, then Connectors, then Add custom connector, and enter the URL above. There is no waitlist and no approval step.
- ChatGPT: install the StockLens app from the app directory.
- Any MCP client: point it at the URL above.
Per-client setup steps, including the OAuth client ID, are on the AI integrations page.
For directories and crawlers
- Registry entry:
com.stocklens/stocklensin the Official MCP Registry - OpenAPI for the REST mirror: /api/openapi.yaml
- OAuth metadata: /.well-known/oauth-protected-resource
- An unauthenticated
tools/listreturns the full tool set, so a scan needs no credentials