streamable-httpMITupdated 1mo ago
A public, credential-free starter kit for turning the nine Foundry/API products into importable automations and bounded agent tools. The repository contains three n8n workflow templates, nine Pipedream registry-style actions, a restricted local MCP wrapper and a registry-ready remote MCP endpoint.
What can you do with Foundry/API?
Foundry/API workflow and MCP starter kit
A public, credential-free starter kit for turning the nine Foundry/API products into importable automations and bounded agent tools. The repository contains three n8n workflow templates, nine Pipedream registry-style actions, a restricted local MCP wrapper and a registry-ready remote MCP endpoint.
Start here
| Outcome | Asset | Products |
|---|---|---|
| Build a local-market prospecting workflow | n8n/local-sales-intelligence.json |
Google Maps Lead Extractor, B2B Domain Enricher, Review Sentiment Analyzer |
| Turn documents and text into validated data | n8n/document-automation.json |
DocuStruct, JSON-Forge |
| Prepare public web content for retrieval | n8n/rag-content-ingestion.json |
RenderCloud, RAG-Feeder |
| Give an MCP client bounded API tools | https://prodapi.live/mcp or mcp/ |
Seven transformation, discovery and analysis tools |
Product action index
| Action | REST endpoint | Pipedream source |
|---|---|---|
| Render Web Page | /api/v1/rendercloud/render |
pipedream/actions/render-web-page |
| Create Auth Sandbox Session | /api/v1/auth-scraper/sessions |
pipedream/actions/create-auth-sandbox-session |
| Forge Structured JSON | /api/v1/json-forge/forge |
pipedream/actions/forge-structured-json |
| Extract Document | /api/v1/docustruct/extract |
pipedream/actions/extract-document |
| Prepare RAG Content | /api/v1/rag-feeder/convert |
pipedream/actions/prepare-rag-content |
| Create Change Monitor | /api/v1/trackpulse/monitors |
pipedream/actions/create-change-monitor |
| Enrich B2B Domain | /api/v1/b2b-domain-enricher/enrich |
pipedream/actions/enrich-domain |
| Search Local Businesses | /api/v1/google-maps-lead-extractor/search |
pipedream/actions/search-local-businesses |
| Analyze Public Reviews | /api/v1/review-sentiment-analyzer/analyze |
pipedream/actions/analyze-reviews |
Credentials and safety
No credential, token, review, customer data or test secret is committed. Set the API key in n8n Header Auth, a Pipedream connected app, the MCP remote X-API-Key header or the local FOUNDRY_API_KEY environment variable. Use only sources and systems you are authorized to process. Auth-Scraper remains a public demo sandbox; TrackPulse monitoring must be configured only for authorized URLs and webhook destinations.
Verification
Run npm test from the repository root. The validator parses every workflow, checks Pipedream and MCP syntax, verifies remote registry metadata, scans for credential-like values and runs the MCP client tests without calling production APIs.
Links
Product site · Developer Hub · API access · MCP Registry · Security · Support · Pipedream request
Install
Add Foundry/API to your client. Pick the one you use.
claude mcp add --transport http foundry-api https://prodapi.live/mcpcodex mcp add foundry-api --url https://prodapi.live/mcp{
"mcpServers": {
"foundry-api": {
"url": "https://prodapi.live/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"foundry-api": {
"type": "http",
"url": "https://prodapi.live/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"foundry-api": {
"url": "https://prodapi.live/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"foundry-api": {
"serverUrl": "https://prodapi.live/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance16/25
- Trust13/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 41 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- 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 |
|---|---|
| 0.1.1Latest | Jul 22, 2026 |
| 0.1.0 | Jul 22, 2026 |