Agent Plugins Marketplace
← All plugins

wefunder

v1.0.0

Browse Wefunder offerings and read authorized company and syndicate information; optionally follow companies for you.

CodexClaude CodeAgent Plugins3 Skills1 MCP serverStreamable HTTP

By Wefunder Inc.License: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install wefunder for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Wefunder/agent-plugin
codex plugin marketplace upgrade wefunder
codex plugin add wefunder@wefunder

Paste and run these commands in a terminal with Codex. They add and refresh the wefunder catalog, then install this plugin.

Compatibility: the page URL and API slug “wefunder” remain stable.

  • Codex: wefunder@agent-plugin-marketplace → wefunder@wefunder

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Wefunder/agent-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

wefunder/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/browse-deals/SKILL.md
├── skills/founder-investor-insights/SKILL.md
├── skills/syndicate-manager/SKILL.md
└── .mcp.json

Included Skills3

browse-dealsskills/browse-deals/SKILL.md

Browse Wefunder offerings using server filters, resolve companies by name, retrieve round details, and optionally show a carousel. Use when a connected investor asks to find deals, look up a company, or compare reported offering terms; do not use for investment recommendations or transactions.

founder-investor-insightsskills/founder-investor-insights/SKILL.md

Resolve the connected user's companies first, then read fundraising totals, rounds, investors, semantic matches, or employment connections. Use when a Wefunder founder or team member asks about their company dashboard or investor base; do not use for arbitrary companies' private investor data or outreach.

syndicate-managerskills/syndicate-manager/SKILL.md

Resolve an authorized Wefunder syndicate and read its members, deals, investor participation, and activity. Use when a syndicate manager asks for a membership, deal, or activity summary; do not use to change membership, send messages, execute investments, or recommend deals.

MCP servers1

wefunderStreamable HTTP
url
https://wefunder.com/mcp/server

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "wefunder",
  "version": "1.0.0",
  "description": "Browse Wefunder offerings and read authorized company and syndicate information; optionally follow companies for you.",
  "author": {
    "name": "Wefunder Inc.",
    "url": "https://wefunder.com"
  },
  "homepage": "https://wefunder.com/mcp/README.md",
  "repository": "https://github.com/Wefunder/agent-plugin",
  "license": "MIT",
  "keywords": [
    "wefunder",
    "community-round",
    "offerings",
    "founders",
    "syndicates"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Wefunder",
    "shortDescription": "Investor and startup tools",
    "longDescription": "Browse the startups raising on Wefunder that you can see, read a company's page and round terms as data, and, if you run a company or syndicate on Wefunder, read your investor and member data. Read by default: this connection can never invest, reserve, or move money. With permissions you grant explicitly it can follow companies for you. Wefunder does not give investment advice or recommendations.",
    "developerName": "Wefunder Inc.",
    "category": "Finance",
    "capabilities": [
      "Read",
      "Interactive"
    ],
    "websiteURL": "https://wefunder.com",
    "privacyPolicyURL": "https://wefunder.com/terms#privacy",
    "termsOfServiceURL": "https://wefunder.com/terms",
    "defaultPrompt": [
      "Show Wefunder offerings with a minimum of $500 or less.",
      "Summarize my company's fundraising dashboard.",
      "Show my syndicate's deals and recent activity."
    ],
    "brandColor": "#2E58FF",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "wefunder",
  "version": "1.0.0",
  "description": "Browse Wefunder offerings and read authorized company and syndicate information; optionally follow companies for you.",
  "author": {
    "name": "Wefunder Inc.",
    "url": "https://wefunder.com"
  },
  "homepage": "https://wefunder.com/mcp/README.md",
  "repository": "https://github.com/Wefunder/agent-plugin",
  "license": "MIT",
  "keywords": [
    "wefunder",
    "community-round",
    "offerings",
    "founders",
    "syndicates"
  ],
  "displayName": "Wefunder",
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "wefunder",
  "version": "1.0.0",
  "description": "Browse Wefunder offerings and read authorized company and syndicate information; optionally follow companies for you.",
  "author": {
    "name": "Wefunder Inc.",
    "url": "https://wefunder.com"
  },
  "homepage": "https://wefunder.com/mcp/README.md",
  "repository": "https://github.com/Wefunder/agent-plugin",
  "license": "MIT",
  "keywords": [
    "wefunder",
    "community-round",
    "offerings",
    "founders",
    "syndicates"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Wefunder",
        "shortDescription": "Investor and startup tools",
        "longDescription": "Browse the startups raising on Wefunder that you can see, read a company's page and round terms as data, and, if you run a company or syndicate on Wefunder, read your investor and member data. Read by default: this connection can never invest, reserve, or move money. With permissions you grant explicitly it can follow companies for you. Wefunder does not give investment advice or recommendations.",
        "developerName": "Wefunder Inc.",
        "category": "Finance",
        "capabilities": [
          "Read",
          "Interactive"
        ],
        "websiteURL": "https://wefunder.com",
        "privacyPolicyURL": "https://wefunder.com/terms#privacy",
        "termsOfServiceURL": "https://wefunder.com/terms",
        "defaultPrompt": [
          "Show Wefunder offerings with a minimum of $500 or less.",
          "Summarize my company's fundraising dashboard.",
          "Show my syndicate's deals and recent activity."
        ],
        "brandColor": "#2E58FF",
        "composerIcon": "./assets/icon.png",
        "logo": "./assets/logo.png",
        "screenshots": []
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[wefunder on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wefunder)