Skip to main content
ClaudeWave

Markets research MCP server. Ticker search, price history, aligned comparisons. Read-only, no API key.

MCP ServersOfficial Registry0 stars0 forksPythonNOASSERTIONUpdated today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: Docker · ghcr.io/nomina-xyz/nomina-mcp
Claude Code CLI
claude mcp add nomina-mcp -- docker run -i --rm ghcr.io/nomina-xyz/nomina-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nomina-mcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/nomina-xyz/nomina-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Nomina

Markets research for agents.

Four read-only tools, no API key, no account, no trading access:

- **`search_markets`** — find ticker symbols and dated headlines for a company, asset, sector,
  or market topic.
- **`research_asset`** — quote, period return, drawdown and volatility, dated price history,
  and related news for one symbol, over a named period or an exact date window.
- **`compare_assets`** — align 2–6 symbols on shared observation dates, in local currencies,
  with an explicit adjusted-vs-raw basis.
- **`market_overview`** — period returns for major indexes, rates, the dollar, gold, oil,
  BTC, ETH and EURUSD.

## Install

**Claude Desktop:** Settings → Extensions → Advanced settings → Extension Developer →
Install Extension… → select `Nomina.mcpb` from a
[release](https://github.com/nomina-xyz/nomina-mcp/releases) (or build it yourself, see below). Requires a Claude Desktop
release with MCPB v0.4 UV-runtime support and internet access on first install.

**Any other MCP client (Claude Code, etc.):** point it at this as a local stdio server:

```json
{
  "mcpServers": {
    "nomina": {
      "command": "uv",
      "args": ["run", "--frozen", "--no-dev", "--directory", "/path/to/nomp", "server.py"]
    }
  }
}
```

**Self-hosted (Streamable HTTP):** `docker run --rm -p 8000:8000 ghcr.io/nomina-xyz/nomina-mcp:1.3.0`,
then connect to `http://localhost:8000/mcp`. Details in the docs below.

## Docs

Install guides, tool reference, privacy policy, and data-source limits:
https://nomina-xyz.github.io/nomina-mcp/ — see especially
[Data sources and limits](https://nomina-xyz.github.io/nomina-mcp/data-sources/).

## Build from source

Requires [uv](https://docs.astral.sh/uv/).

```sh
uv sync
uv run python scripts/build_bundle.py   # writes dist/Nomina.mcpb
uv run pytest -q                        # 14 tests
uv run ruff check .
```

## License

Code in this repository is MIT-licensed (see `LICENSE`).
financegemini-cli-extensionmcpmcp-servermodel-context-protocol

What people ask about nomina-mcp

What is nomina-xyz/nomina-mcp?

+

nomina-xyz/nomina-mcp is mcp servers for the Claude AI ecosystem. Markets research MCP server. Ticker search, price history, aligned comparisons. Read-only, no API key. It has 0 GitHub stars and its last recorded update is dated 2026-09-18.

How do I install nomina-mcp?

+

You can install nomina-mcp by cloning the repository (https://github.com/nomina-xyz/nomina-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is nomina-xyz/nomina-mcp safe to use?

+

Our security agent has analyzed nomina-xyz/nomina-mcp and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains nomina-xyz/nomina-mcp?

+

nomina-xyz/nomina-mcp is maintained by nomina-xyz. The last recorded GitHub activity is dated 2026-09-18, with 0 open issues.

Are there alternatives to nomina-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy nomina-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: nomina-xyz/nomina-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/nomina-xyz-nomina-mcp)](https://claudewave.com/repo/nomina-xyz-nomina-mcp)
<a href="https://claudewave.com/repo/nomina-xyz-nomina-mcp"><img src="https://claudewave.com/api/badge/nomina-xyz-nomina-mcp" alt="Featured on ClaudeWave: nomina-xyz/nomina-mcp" width="320" height="64" /></a>

More MCP Servers

nomina-mcp alternatives