call_enrichr
Invoke any Enrichr API endpoint by path, passing a JSON body for POST routes. Access billed utilities like email validation, phone parsing, IP geolocation, and more without a dedicated wrapper.
Instructions
Call any billed catalog route or account endpoint by path.
Closes MCP coverage gaps without a dedicated wrapper. Body is the JSON object the REST API expects (e.g. {"email": "..."} for /v1/enrich/email). GET is used automatically for /v1/catalog and /v1/account/usage|options.
Args: path: API path such as /v1/validate/domain or /v1/analyze/text body: JSON body for POST routes (ignored for GET)
Returns: Unwrapped priced payload, raw custom envelope, or {ok:false, error:{...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes |