# Pubrio — Pipedream Connect

> The Glocalized Business Data Layer for AI and Revenue Teams

- API slug: `pubrio` (use in MCP headers and tool keys)
- Auth: API key (Pipedream-managed)
- Categories: Artificial Intelligence (AI)
- Website: https://pubrio.com
- This page (HTML): https://pipedream.com/apps/pubrio
- Tools: 50 actions · 1 trigger

## Connect via MCP (recommended)

- Endpoint: `https://remote.mcp.pipedream.net/v3`
- Headers: `Authorization: Bearer <token>` · `x-pd-project-id` · `x-pd-environment` · `x-pd-external-user-id` · `x-pd-app-slug: pubrio`

```ts
import { Client } from "@modelcontextprotocol/sdk/client/index.js"
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js"
import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const accessToken = await pd.rawAccessToken

const transport = new StreamableHTTPClientTransport(
  new URL("https://remote.mcp.pipedream.net/v3"),
  {
    requestInit: {
      headers: {
        Authorization: `Bearer ${accessToken}`,
        "x-pd-project-id": process.env.PIPEDREAM_PROJECT_ID!,
        "x-pd-environment": "production",
        "x-pd-external-user-id": "{external_user_id}", // any stable ID for this user in your system
        "x-pd-app-slug": "pubrio",
      },
    },
  },
)

const mcp = new Client({ name: "my-agent", version: "1.0.0" })
await mcp.connect(transport)

const { tools } = await mcp.listTools()

// e.g. run Batch Redeem Contacts:
const result = await mcp.callTool({
  name: "pubrio-batch-redeem-contacts",
  arguments: {
    peoples: ["People"],
    peopleContactTypes: ["Contact Types"],
  },
})
```

Docs: [MCP guide](https://pipedream.com/docs/connect/mcp/developers.md)

## API proxy

For a Pubrio endpoint with no pre-built tool, the proxy forwards your request with the connected user's credentials attached.

```bash
# The path segment is the target URL, URL-safe base64 encoded:
# https://api.pubrio.com/timezones

curl "https://api.pipedream.com/v1/connect/{project_id}/proxy/aHR0cHM6Ly9hcGkucHVicmlvLmNvbS90aW1lem9uZXM?external_user_id={external_user_id}&account_id=apn_xxxxxxx" \
  -H "Authorization: Bearer {access_token}" \
  -H "x-pd-environment: production"
```

Docs: [API proxy guide](https://pipedream.com/docs/connect/api-proxy.md)

## SDK

```ts
import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "pubrio-batch-redeem-contacts",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    pubrio: { authProvisionId: "apn_xxxxxxx" },
    peoples: ["People"],
    peopleContactTypes: ["Contact Types"],
  },
})
```

Docs: [Managed auth guide](https://pipedream.com/docs/connect/managed-auth/quickstart.md) · [Tools guide](https://pipedream.com/docs/connect/components.md)

## Actions (50)

### `pubrio-batch-redeem-contacts` — Batch Redeem Contacts (Write)

Batch reveal contact information for multiple people (uses credits). See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/batch-redeem-contacts.md

### `pubrio-linkedin-company-lookup` — Company LinkedIn Lookup (Read-only)

Real-time LinkedIn company lookup. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/linkedin-company-lookup.md

### `pubrio-create-monitor` — Create Monitor (Write)

Create a new signal monitor for jobs, news, or advertisements. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/create-monitor.md

### `pubrio-delete-monitor` — Delete Monitor (Write)

Delete an existing signal monitor. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/delete-monitor.md

### `pubrio-duplicate-monitor` — Duplicate Monitor (Write)

Duplicate an existing signal monitor. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/duplicate-monitor.md

### `pubrio-enrich-company` — Enrich Company (Write)

Get enriched company data with full firmographic details (uses credits). See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/enrich-company.md

### `pubrio-enrich-person` — Enrich Person (Write)

Get enriched person data with full professional details (uses credits). See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/enrich-person.md

### `pubrio-find-similar-companies` — Find Similar Companies (Read-only)

Find companies similar to a given company. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/find-similar-companies.md

### `pubrio-get-company-sizes` — Get Company Sizes (Read-only)

Get available company size codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-company-sizes.md

### `pubrio-get-department-functions` — Get Department Functions (Read-only)

Get available department function codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-department-functions.md

### `pubrio-get-departments` — Get Departments (Read-only)

Get available department title codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-departments.md

### `pubrio-get-locations` — Get Locations (Read-only)

Get available location codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-locations.md

### `pubrio-get-management-levels` — Get Management Levels (Read-only)

Get available management level codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-management-levels.md

### `pubrio-get-monitor` — Get Monitor (Read-only)

Get detailed information about a specific monitor. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-monitor.md

### `pubrio-get-monitor-chart` — Get Monitor Chart (Read-only)

Get chart data for a specific monitor over a date range. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-monitor-chart.md

### `pubrio-get-monitor-log-detail` — Get Monitor Log Detail (Read-only)

Get detailed information about a specific monitor log entry. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-monitor-log-detail.md

### `pubrio-get-monitor-logs` — Get Monitor Logs (Read-only)

Get logs for a specific monitor. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-monitor-logs.md

### `pubrio-get-monitor-stats` — Get Monitor Statistics (Read-only)

Get overall monitor statistics. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-monitor-stats.md

### `pubrio-get-news-categories` — Get News Categories (Read-only)

Get available news category codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-news-categories.md

### `pubrio-get-news-galleries` — Get News Galleries (Read-only)

Get available news gallery codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-news-galleries.md

### `pubrio-get-news-languages` — Get News Languages (Read-only)

Get available news language codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-news-languages.md

### `pubrio-get-profile` — Get Profile (Read-only)

Get your Pubrio account profile information. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-profile.md

### `pubrio-get-timezones` — Get Timezones (Read-only)

Get available timezone codes for filtering. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-timezones.md

### `pubrio-get-usage` — Get Usage (Read-only)

Get your Pubrio account usage statistics. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/get-usage.md

### `pubrio-list-monitors` — List Monitors (Read-only)

List all signal monitors. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/list-monitors.md

### `pubrio-lookup-advertisement` — Lookup Advertisement (Read-only)

Look up detailed advertisement information by advertisement search ID. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/lookup-advertisement.md

### `pubrio-lookup-company` — Lookup Company (Read-only)

Look up detailed company information by domain or LinkedIn URL. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/lookup-company.md

### `pubrio-lookup-job` — Lookup Job (Read-only)

Look up detailed job posting information by job search ID. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/lookup-job.md

### `pubrio-lookup-lookalike` — Lookup Lookalike (Read-only)

Look up similar companies (lookalike) result by domain, LinkedIn URL, domain search ID, or domain ID. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/lookup-lookalike.md

### `pubrio-lookup-news` — Lookup News (Read-only)

Look up detailed news article information by news search ID. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/lookup-news.md

### `pubrio-lookup-person` — Lookup Person (Read-only)

Look up a person's professional profile by LinkedIn URL or Pubrio ID. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/lookup-person.md

### `pubrio-lookup-technology` — Lookup Technology (Read-only)

Look up technologies used by a company. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/lookup-technology.md

### `pubrio-linkedin-person-lookup` — People LinkedIn Lookup (Read-only)

Real-time LinkedIn person lookup. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/linkedin-person-lookup.md

### `pubrio-query-batch-redeem` — Query Batch Redeem (Read-only)

Query the status and results of a batch redeem request. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/query-batch-redeem.md

### `pubrio-retry-monitor` — Retry Monitor (Write)

Retry a failed monitor process. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/retry-monitor.md

### `pubrio-reveal-contact` — Reveal Contact (Write)

Reveal email or phone number for a person (uses credits). See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/reveal-contact.md

### `pubrio-reveal-monitor-signature` — Reveal Monitor Signature (Write)

Reveal the signature for a specific monitor. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/reveal-monitor-signature.md

### `pubrio-search-ads` — Search Advertisements (Read-only)

Search advertisements across companies. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-ads.md

### `pubrio-search-companies` — Search Companies (Read-only)

Search B2B companies by name, domain, location, industry, technology, or headcount. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-companies.md

### `pubrio-search-jobs` — Search Jobs (Read-only)

Search job postings across companies. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-jobs.md

### `pubrio-search-news` — Search News (Read-only)

Search company news and press releases. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-news.md

### `pubrio-search-people` — Search People (Read-only)

Search business professionals by name, title, department, seniority, or company. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-people.md

### `pubrio-search-technologies` — Search Technologies (Read-only)

Search available technologies by keyword. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-technologies.md

### `pubrio-search-technology-categories` — Search Technology Categories (Read-only)

Search available technology categories by keyword. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-technology-categories.md

### `pubrio-search-vertical-categories` — Search Vertical Categories (Read-only)

Search available vertical categories by keyword. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-vertical-categories.md

### `pubrio-search-vertical-sub-categories` — Search Vertical Sub-Categories (Read-only)

Search available vertical sub-categories by keyword. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-vertical-sub-categories.md

### `pubrio-search-verticals` — Search Verticals (Read-only)

Search available industry verticals by keyword. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/search-verticals.md

### `pubrio-test-run-monitor` — Test Run Monitor (Write)

Perform a test run of a signal monitor. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/test-run-monitor.md

### `pubrio-update-monitor` — Update Monitor (Write)

Update an existing signal monitor. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/update-monitor.md

### `pubrio-validate-webhook` — Validate Webhook (Read-only)

Validate a webhook URL for use with monitors. See the documentation

Full schema: https://pipedream.com/apps/pubrio/actions/validate-webhook.md

## Triggers (1)

### `pubrio-monitor-event` — New Monitor Event (Webhook) (Instant)

Emit new event when a Pubrio monitor fires. Copy the webhook URL into your Pubrio monitor configuration.

Full schema: https://pipedream.com/apps/pubrio/triggers/monitor-event.md

---

- All apps: https://pipedream.com/apps — index: https://pipedream.com/llms.txt
- Pipedream docs for agents: https://pipedream.com/docs/llms.txt
