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