Skip to main content
MCP (Model Context Protocol) is an open standard that lets AI agents and LLM clients call external tools. The Noonum MCP server exposes Noonum’s capabilities such as its strategy builder and portfolio analytics tools, so an agent like Claude or Cursor can build strategies, rank companies, and pull evidence on your behalf. For the full tool list, see the server reference. The MCP server is an analytics surface to research and produce a ranked list of companies for your idea, thought, or an investment objective. It does not place trades, move money, or connect to any brokerage account. Its output is informational, not investment advice. See the full disclaimer.

Base URLs

ServiceURL
MCP serverhttps://api.noonum.ai/v1/mcp
REST APIhttps://api.noonum.ai/v1

What your agent can do

Through the MCP tools an agent can
  • Define and refine your investment objectives or strategies.
  • Generate and rank a list of companies aligned with your chosen objective, along with the auto-generated factsheet.
  • Review the supporting rationale and evidence behind each holding.
  • Filter, sort, and export rankings based on Noonum’s metrics such as the linguistic beta and market buzz.
  • Create point-in-time historical datasets for back-testing and performance analysis.
  • Explore a library of pre-built investment strategies.
  • Construct contra or inverse objectives for diversified perspectives.
  • X-Ray portfolios and indexes for exposures.
For the exact access model and the full tool catalog, see what your agent can access.

MCP vs the REST API

Use the MCP server to drive Noonum from an AI agent or LLM client. Use the REST API directly for headless integrations, or for endpoints the MCP server omits (such as portfolio optimization and backtest).
You need a Noonum API key first. See Authentication to request one.

Next steps

Connect an MCP client

Add Noonum to Claude Code, Claude Desktop, Cursor, or any MCP client.

MCP server reference

The full tool catalog, prompts, and long-running tasks.

Authentication

Get an API key and learn the auth model.

Build a strategy

Define an objective and run a strategy end to end.