Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/carterchencc/nomas_mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nomas-mcp": {
      "command": "node",
      "args": ["/path/to/nomas_mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/carterchencc/nomas_mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Nomas Research (Cursor plugin)

Cursor plugin for [Nomas](https://nomas.fyi): structured SEC data over MCP.

This repository is the **plugin package** (manifest, MCP URL, logo). The MCP server is hosted at `https://mcp.nomas.fyi/mcp`. It is not the Nomas product source.

## What it does

Read-only tools for:

- Company search and detail
- XBRL company facts
- Parsed filings (8-K, 10-K/Q, 13D, 144, D, 14A, S-1/S-3)
- Insider trades (Forms 3/4/5)
- 13F managers and holdings
- Failure-to-deliver (FTD)

## Install

1. Install **Nomas Research** from the [Cursor Marketplace](https://cursor.com/marketplace), or clone this repo and load it from `~/.cursor/plugins/local` while testing.
2. Create a named API key at [nomas.fyi/AccountManagement](https://nomas.fyi/AccountManagement).
3. In Cursor, open **Plugins → Configure** and set **Nomas API key**. Do not put the key in this repo.

Manual MCP (without the plugin):

```json
{
  "mcpServers": {
    "nomas": {
      "url": "https://mcp.nomas.fyi/mcp",
      "headers": { "X-API-Key": "YOUR_API_KEY" }
    }
  }
}
```

Docs: [nomas.fyi/research/mcp](https://nomas.fyi/research/mcp)  
Privacy: [nomas.fyi/privacy](https://nomas.fyi/privacy)

Free, Pro, and API plan limits on nomas.fyi still apply.

## Layout

```
.cursor-plugin/plugin.json   Cursor marketplace manifest
mcp.json                     Streamable HTTP MCP endpoint
assets/logo.png              Marketplace logotype
skills/nomas-sec-research    When to call which tools
```

## License

MIT for this plugin package. Nomas data and the hosted server remain a Nomas service.

What people ask about nomas_mcp

What is carterchencc/nomas_mcp?

+

carterchencc/nomas_mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install nomas_mcp?

+

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

Is carterchencc/nomas_mcp safe to use?

+

Our security agent has analyzed carterchencc/nomas_mcp and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains carterchencc/nomas_mcp?

+

carterchencc/nomas_mcp is maintained by carterchencc. The last recorded GitHub activity is dated 2026-08-19, with 1 open issues.

Are there alternatives to nomas_mcp?

+

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

Deploy nomas_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: carterchencc/nomas_mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/carterchencc-nomas-mcp)](https://claudewave.com/repo/carterchencc-nomas-mcp)
<a href="https://claudewave.com/repo/carterchencc-nomas-mcp"><img src="https://claudewave.com/api/badge/carterchencc-nomas-mcp" alt="Featured on ClaudeWave: carterchencc/nomas_mcp" width="320" height="64" /></a>

More MCP Servers

nomas_mcp alternatives