streamable-httpupdated 7d ago
Hosted Model Context Protocol server for Nomas: parsed SEC events keyed by CIK and CUSIP — 8-K items, Form 144, Form D, FTD. Not ticker quotes. Not EDGAR HTML.
What can you do with Nomas Research?
Nomas Research MCP
Hosted Model Context Protocol server for Nomas: parsed SEC events keyed by CIK and CUSIP — 8-K items, Form 144, Form D, FTD. Not ticker quotes. Not EDGAR HTML.
- Endpoint:
https://mcp.nomas.fyi/mcp(Streamable HTTP) - Registry:
io.github.carterchencc/nomas - Docs: nomas.fyi/research/mcp
This public repo is the registry + Cursor plugin package (manifest, MCP URL, logo). It is not the Nomas product source.
What it does
Read-only tools. Tickers are reused; start with lookup_issuer (CIK + live CUSIPs). Then:
- Mixed issuer tape: parsed 8-K items, Form 144 proposed sales, Form D, 13D, periodic, proxy, offerings
- FTD series by CUSIP (do not collapse CUSIPs)
- XBRL company facts, Form 4 insider trades, 13F-by-manager when those datasets are the question
Install
- Install Nomas Research from the Cursor Marketplace, or clone this repo and load it from
~/.cursor/plugins/localwhile testing. - Create a named API key at nomas.fyi/AccountManagement.
- In Cursor, open Plugins → Configure and set Nomas API key. Do not put the key in this repo.
Manual MCP (without the plugin):
{
"mcpServers": {
"nomas": {
"url": "https://mcp.nomas.fyi/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
Docs: nomas.fyi/research/mcp
Privacy: nomas.fyi/privacy
Free, Pro, and API plan limits on nomas.fyi still apply.
Layout
server.json Official MCP Registry metadata
.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
Official MCP Registry
Metadata is in server.json (io.github.carterchencc/nomas). Publish with:
mcp-publisher login github
mcp-publisher publish
License
MIT for this plugin package. Nomas data and the hosted server remain a Nomas service.
Install
Add Nomas Research to your client. Pick the one you use.
claude mcp add --transport http nomas-research https://mcp.nomas.fyi/mcpcodex mcp add nomas-research --url https://mcp.nomas.fyi/mcp{
"mcpServers": {
"nomas-research": {
"url": "https://mcp.nomas.fyi/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"nomas-research": {
"type": "http",
"url": "https://mcp.nomas.fyi/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"nomas-research": {
"url": "https://mcp.nomas.fyi/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nomas-research": {
"serverUrl": "https://mcp.nomas.fyi/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.3.2Latest | Sep 1, 2026 |
| 1.3.1 | Aug 21, 2026 |
| 1.3.0 | Aug 21, 2026 |
| 1.0.0 | Aug 19, 2026 |