CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Forge Mcp

salesforgeai/forge-mcp
24 toolsauthSTDIOregistry active
Summary

A remote MCP server that connects Claude to the full Salesforge product suite through 142 tools across six platforms. You get workspace and contact management, sequence building and enrollment, mailbox operations, DNS configuration, email validation, and do-not-contact lists through Salesforge. Primeforge handles prewarmed mailbox provisioning. Leadsforge does contact search and enrichment with email, phone, and LinkedIn data. Infraforge manages infrastructure credits and domain availability. Warmforge tracks warmup stats and placement tests. Mailforge adds domain masking and forwarding. Authentication is per-product via API keys in headers, so you only configure what you use. Runs as a hosted service at mcp.salesforge.ai or self-hosted. Reach for this if you're running email outreach campaigns and want to orchestrate the entire stack from lead discovery through delivery monitoring without switching between dashboards.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

4 tools
get_healthCheck the health status of the mcp-forge API.

Check the health status of the mcp-forge API.

No parameter schema in public metadata yet.

validate_licenseValidate your license key and retrieve plan details and quota usage.

Validate your license key and retrieve plan details and quota usage.

No parameter schema in public metadata yet.

get_quotaCheck quota usage: plan, sites used, slots remaining and expiry date. Call this before create_generation to warn the user if the quota is near the limit.

Check quota usage: plan, sites used, slots remaining and expiry date. Call this before create_generation to warn the user if the quota is near the limit.

No parameter schema in public metadata yet.

create_generationGenerate a new MCP server from a source URL, list of tools and authentication schemes.7 params

Generate a new MCP server from a source URL, list of tools and authentication schemes.

Parameters* required
titlestring
Title for the generated MCP server
toolsarray
List of tools to include
base_urlstring
Base URL of the API to wrap
descriptionstring
Description of the generated MCP server
source_typestring
Type of source (e.g. openapi, graphql, cli)
auth_schemesarray
Authentication schemes supported
forge_versionstring
Version of mcp-forge used

Forge MCP Server

A remote MCP server that connects AI assistants to the full Salesforge product suite: Salesforge, Primeforge, Leadsforge, Infraforge, Warmforge, and Mailforge.

Built on the Model Context Protocol, works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.

Supported Products

Salesforge (48 tools) - Workspaces, contacts, sequences, mailboxes, sender profiles, enrollments, webhooks, email validation, do-not-contact lists

Primeforge (22 tools) - Workspaces, domains, mailboxes, DNS management, prewarmed mailboxes

Leadsforge (12 tools) - Contact search, email/phone/LinkedIn enrichment, lookalike search

Infraforge (24 tools) - Workspaces, domains, mailboxes, DNS, domain availability, credits

Warmforge (13 tools) - Mailboxes, warmup stats, placement tests, latest mailbox placement results

Mailforge (23 tools) - Workspaces, domains, mailboxes, DNS management, domain availability, auto-renewal, domain masking, forwarding

Only provide API keys for the products you use. Tools for unconfigured products won't appear.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "salesforge": {
      "url": "https://mcp.salesforge.ai/mcp",
      "headers": {
        "X-Salesforge-Key": "YOUR_SALESFORGE_API_KEY",
        "X-Primeforge-Key": "YOUR_PRIMEFORGE_API_KEY",
        "X-Leadsforge-Key": "YOUR_LEADSFORGE_API_KEY",
        "X-Infraforge-Key": "YOUR_INFRAFORGE_API_KEY",
        "X-Warmforge-Key": "YOUR_WARMFORGE_API_KEY",
        "X-Mailforge-Key": "YOUR_MAILFORGE_API_KEY"
      }
    }
  }
}

Remove header lines for products you don't use. Restart Claude Desktop after saving.

Claude Code

claude mcp add salesforge \
  --transport streamable-http \
  --url https://mcp.salesforge.ai/mcp \
  --header "X-Salesforge-Key: YOUR_SALESFORGE_API_KEY" \
  --header "X-Primeforge-Key: YOUR_PRIMEFORGE_API_KEY" \
  --header "X-Leadsforge-Key: YOUR_LEADSFORGE_API_KEY" \
  --header "X-Infraforge-Key: YOUR_INFRAFORGE_API_KEY" \
  --header "X-Warmforge-Key: YOUR_WARMFORGE_API_KEY" \
  --header "X-Mailforge-Key: YOUR_MAILFORGE_API_KEY"

Cursor

Go to Settings > MCP and add a new server:

  • Name: salesforge
  • Type: streamable-http
  • URL: https://mcp.salesforge.ai/mcp
  • Headers: same as above

Getting API Keys

ProductWhere to get it
Salesforgeapp.salesforge.ai > Settings > API
Primeforgeapp.primeforge.ai > Settings > API
Leadsforgeapp.leadsforge.ai > Settings > API
Infraforgeapp.infraforge.ai > Settings > API
Warmforgeapp.warmforge.ai > Settings > API
Mailforgeapp.mailforge.ai > Settings > API

Authentication Headers

ProductHeaderFormat
SalesforgeX-Salesforge-KeyYOUR_API_KEY
PrimeforgeX-Primeforge-KeyYOUR_API_KEY
LeadsforgeX-Leadsforge-KeyYOUR_API_KEY
InfraforgeX-Infraforge-KeyYOUR_API_KEY
WarmforgeX-Warmforge-KeyYOUR_API_KEY
MailforgeX-Mailforge-KeyYOUR_API_KEY

Multiple Accounts

If you manage multiple accounts (for example, different clients), add separate server entries:

{
  "mcpServers": {
    "salesforge-client-a": {
      "url": "https://mcp.salesforge.ai/mcp",
      "headers": {
        "Authorization": "Bearer CLIENT_A_KEY"
      }
    },
    "salesforge-client-b": {
      "url": "https://mcp.salesforge.ai/mcp",
      "headers": {
        "Authorization": "Bearer CLIENT_B_KEY"
      }
    }
  }
}

Each entry gets its own name and API keys. Your AI assistant sees tools from both and you specify which client to work with in your prompts.

Usage Examples

After setup, try asking your AI assistant:

  • "List my Salesforge workspaces"
  • "Show contacts tagged with 'enterprise' in workspace X"
  • "Create a new sequence called 'Q2 Outreach'"
  • "Enroll these contacts into the sequence"
  • "Show my Primeforge domains"
  • "Search Leadsforge for CTOs at SaaS companies in New York"
  • "Check my Infraforge credit balance"
  • "Show warmup stats for my mailboxes"
  • "Show which Warmforge mailboxes have 100% latest placement results"
  • "List my Mailforge domains"
  • "Check if example.com is available on Mailforge"

Project Structure

src/
├── index.ts              # stdio entry point
├── http.ts               # HTTP/SSE transport entry point
├── server.ts             # MCP server setup, tool registration
├── api-client.ts         # HTTP client for upstream APIs
├── client.ts             # legacy client
├── helpers.ts            # shared utilities
└── tools/
    ├── identity.ts       # API key validation
    ├── workspaces.ts     # workspace management
    ├── contacts.ts       # contact CRUD
    ├── mailboxes.ts      # mailbox and email operations
    ├── sequences.ts      # sequence lifecycle
    ├── nodes.ts          # sequence node management
    ├── branches.ts       # sequence branches
    ├── enrollments.ts    # contact enrollment
    ├── sender-profiles.ts# sender profile management
    ├── validations.ts    # email validation
    ├── webhooks.ts       # webhook management
    ├── dnc.ts            # do-not-contact lists
    ├── custom-vars.ts    # custom variables
    ├── reference.ts      # action/condition type lookups
    ├── primeforge/       # domain, mailbox, workspace tools
    ├── leadsforge/       # search, enrichment, lookalike tools
    ├── infraforge/       # domain, mailbox, credit tools
    ├── warmforge/        # mailbox, placement test tools
    └── mailforge/        # workspace, domain, mailbox tools

Self-Hosting

If you prefer to run your own instance:

npm install
npm run build
npm run start:http

The server listens on port 3000 by default. API keys are passed as headers per request, not as environment variables.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

SALESFORGE_API_KEYsecret

API key for Salesforge (app.salesforge.ai > Settings > API)

PRIMEFORGE_API_KEYsecret

API key for Primeforge (app.primeforge.ai > Settings > API)

LEADSFORGE_API_KEYsecret

API key for Leadsforge (app.leadsforge.ai > Settings > API)

INFRAFORGE_API_KEYsecret

API key for Infraforge (app.infraforge.ai > Settings > API)

MAILFORGE_API_KEYsecret

API key for Mailforge (app.mailforge.ai > Settings > API)

Registryactive
Package@salesforge/forge-mcp
TransportSTDIO
AuthRequired
UpdatedApr 25, 2026
View on GitHub