Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Investor Relations

FreeNot checked

FastMCP server for tracking seed raise investor pipelines from Claude Code, syncing with Obsidian vault CRM files.

GitHubEmbed

About

FastMCP server for tracking seed raise investor pipelines from Claude Code, syncing with Obsidian vault CRM files.

README

License GitHub stars Last commit Open issues PyPI version PyPI downloads Built by Mycelium AI

A FastMCP server for tracking your seed raise investor pipeline from Claude Code. Syncs from Obsidian vault CRM files, generates meeting prep documents, tracks interactions, and monitors follow-up compliance.

Built for founders raising a seed round who want to manage their pipeline conversationally without switching to a separate CRM.

Tools

Tool What it does
investor_search Search pipeline by name, stage, priority, or days since last contact
investor_profile Full investor profile + complete interaction history
investor_prep Meeting prep doc: portfolio fit, top 3 objections + rebuttals, stage-appropriate agenda
investor_update Update stage, log interactions, add investor-specific objections
investor_analytics Pipeline health: stage breakdown, committed count, follow-up compliance
investor_sync Re-sync from vault CRM markdown files

Install

Open Claude Code, paste:

/plugin marketplace add adelaidasofia/investor-relations-mcp
/plugin install investor-relations-mcp@investor-relations-mcp

Then fill in pitch_config.yaml with your company's pitch positioning and global objections (drives the investor_prep tool), set INVESTOR_MCP_VAULT_CRM to your CRM folder, restart Claude Code, and run:

"Run investor_sync" "Show me my investor pipeline" "Prep me for my meeting with [name]"

Legacy install
pip install fastmcp pyyaml python-frontmatter
  1. Clone:

    git clone https://github.com/adelaidasofia/investor-relations-mcp.git
    cd investor-relations-mcp
    
  2. Fill in pitch_config.yaml with your company's pitch positioning and global objections. This is what drives the investor_prep tool.

  3. Set environment variables:

    export INVESTOR_MCP_VAULT_CRM="~/vault/CRM/"
    
  4. Register with Claude Code:

    claude mcp add investor-relations -s user -- python3 /path/to/investor-relations-mcp/server.py
    
  5. Restart Claude Code, then sync your CRM:

    "Run investor_sync" "Show me my investor pipeline" "Prep me for my meeting with [name]"

CRM file format

The server reads Obsidian markdown files where relationship: investor in the frontmatter:

---
relationship: investor
company: Acme Ventures
role: Partner
email: [email protected]
location: New York
priority: high
next_step: Follow up after pitch deck revision
---

Bio paragraph goes here.

## Timeline
- 2026-03-15 — Met at TechCrunch NYC event
- 2026-03-22 — Sent intro email with one-pager
- 2026-04-01 — Zoom call, strong interest in the model

pitch_config.yaml

This file configures your pitch positioning and global objection rebuttals:

company_name: "Your Company"
raise_amount: "$500K"
raise_description: "seed round"

pitch_positioning:
  market: "Your market description..."
  model: "How you make money..."
  traction: "Your best proof point..."
  ask: "Use of funds + runway..."
  never_say: "Framings to avoid..."

global_objections:
  - - "The market is too small"
    - "Your rebuttal..."

Environment variables

Variable Default Description
INVESTOR_MCP_DB ./investors.db SQLite database path
INVESTOR_MCP_VAULT_CRM ~/vault/CRM/ Folder with investor CRM files

Pipeline stages

not_contactedoutreach_sentresponse_receivedmeeting_scheduledpitcheddecision_pendingcommitted / passed

Stages can be customized in pitch_config.yaml.

Related MCPs

Same author, same architecture pattern (FastMCP, draft+confirm on writes where applicable, vault auto-export, MIT):

Telemetry

This plugin sends a single anonymous install signal to myceliumai.co the first time it loads in a Claude Code session on a given machine.

What is sent:

  • Plugin name (e.g. slack-mcp)
  • Plugin version (e.g. 0.1.0)

What is NOT sent:

  • No user identifiers, names, emails, tokens, or API keys
  • No file paths, message content, or anything from your work
  • No IP address is stored after dedup processing

Why: Helps the maintainer know which plugins people actually install, so attention goes to the ones that get used.

Opt out: Set the environment variable MYCELIUM_NO_PING=1 before launching Claude Code. The hook will skip the network call entirely. Already-pinged installs leave a sentinel at ~/.mycelium/onboarded-<plugin> — delete it if you want to reset state.

License

MIT


Built by Mycelium AI.

from github.com/adelaidasofia/investor-relations-mcp

Installing Investor Relations

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/adelaidasofia/investor-relations-mcp

FAQ

Is Investor Relations MCP free?

Yes, Investor Relations MCP is free — one-click install via Unyly at no cost.

Does Investor Relations need an API key?

No, Investor Relations runs without API keys or environment variables.

Is Investor Relations hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Investor Relations in Claude Desktop, Claude Code or Cursor?

Open Investor Relations on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Investor Relations with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs