# Foundry/API

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/angelus213/foundry-api-workflows  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/foundry-api

## Description
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "api": {
    "command": "npx",
    "args": ["-y","foundry-api"]
  }
}
```

## Documentation & README

# Foundry/API workflow and MCP starter kit

A public, credential-free starter kit for turning the nine [Foundry/API](https://prodapi.live) 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](https://prodapi.live) · [Developer Hub](https://prodapi.live/developers) · [API access](https://prodapi.live/account/api-access) · [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.angelus213/foundry-api) · [Security](https://prodapi.live/security) · [Support](https://prodapi.live/support) · [Pipedream request](https://github.com/PipedreamHQ/pipedream/issues/21441)

