Skip to main content
Noonum is a thematic investment platform that allows you to describe your investment objective in plain English to generate a basket of holdings, score and weight them by thematic strength, build an optimized portfolio, and back-test the result. You do this through a public REST API and an MCP server for AI agents. MCP (Model Context Protocol) is an open standard that lets AI agents call external tools; the Noonum MCP server exposes Noonum’s analytics as such tools.

Start here

Quickstart

Sign up, get an API key, and make your first authenticated call in under 15 minutes.

API Reference

The REST reference generated from our OpenAPI spec, with a try-it console.

MCP

Point any MCP client at the Noonum MCP server.

Guides

Workflows for building and iterating on strategies.

Methodology & Concepts

The research and scoring methodology behind the signals.

The workflow

Authenticate, then reuse or build a strategy. Review the holdings and their reasoning and refine until the companies are right. Optimize to a weighted portfolio and back-test it against a benchmark. Every request is authenticated with an Authorization: Bearer <token> header, where the token is your Noonum API key. See Authentication for details.

Base URLs

ServiceURL
REST APIhttps://api.noonum.ai/v2
MCP serverhttps://api.noonum.ai/v1/mcp
To request a key, see Authentication. Then follow the Quickstart to make your first authenticated call.