521,397 tools. Updated 2026-09-06 11:17
"Zapier" matching MCP tools:
- Checks your Zapier integration for app-review blockers: missing sample data, unlabeled fields, dynamic dropdowns to nonexistent triggers, and version mismatches. Complements zapier validate.MIT
- Run schema and style checks on a Zapier integration project to catch issues before publishing. Provides CLI setup guidance if missing.MIT
- Inspect a Zapier CLI integration project and get a structured summary of its triggers, creates, searches, authentication, and platform version.MIT
- Generate ready-to-run test scaffolds for Zapier CLI integrations: build bundle mocks using authData and typed inputData, plus appTester skeletons for each trigger, create, or search. Optionally target a single component.MIT
- Create a new member in Brilliant Directories by supplying email, password, and plan ID. Use for bulk imports, scraped listings, automations, or admin test accounts outside normal signup.MIT
- Activate LinkedIn lead notifications so every new form submission is pushed to Hermoso and can be forwarded to your CRM via a public webhook.MIT
Matching MCP Servers
- AlicenseAqualityCmaintenanceMCP server that helps developers build and review Zapier integrations by inspecting, linting, validating, and generating test fixtures for their zapier-platform-cli projects.453MIT
- AlicenseAqualityCmaintenanceMCP server for automation discovery, enabling users to search Zapier's app directory for integrations and find popular ready-made Zap templates with one-click create links.244MIT
Matching MCP Connectors
- ZapierOAuth
Zapier MCP connects AI tools like Claude, ChatGPT, and Cursor to over 8,000 apps and 30,000+ actions, enabling AI to perform real-world tasks such as sending messages, searching data, scheduling events, and updating records. It acts as a translator between AI tools and apps, handling authentication, rate limits, and retries automatically, transforming AI from a conversational tool into a functional extension of your business stack.
- ZapierOAuth
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
- Check if high-risk OAuth apps (Slack, Notion, GitHub, etc.) connected to your email appear in recent data breaches, and get revocation steps to protect Google Workspace or Microsoft 365 accounts.MIT
- Create an alert channel to send incident notifications to email, Slack, webhook, or other services. Configure name, type, and provider details to start receiving alerts.MIT
- Add one or more skills to your Freelancer.com profile while preserving existing skills. Accepts skill names or numeric IDs.MIT
- Retrieve DeFi positions such as lending, LP shares, and staking for any wallet address. Filter by network or app slug like 'aave-v3' to get specific protocol exposure.MIT
- Find integrated apps in Zapier's directory by name, or browse popular apps without a query. Get app slugs to use with find_zap_templates.MIT
- Find popular ready-made Zap templates for one or two apps, with step chains and one-click create links to automate workflows.MIT
- Retrieve token balances for a wallet address across supported networks. Check if a wallet holds ETH, USDC, or other tokens on Ethereum, Base, Optimism, Arbitrum, Polygon, BNB, Avalanche, and Zora.MIT
- Create inbound webhooks to receive agent messages via HTTP POST, or outbound webhooks to send agent events like message_sent and tool_call_completed to your URL.MIT
- Retrieve a wallet's complete portfolio including total USD value, all token holdings, and DeFi positions across multiple networks.MIT
- Define automated monitoring and actions for industrial machines using natural language instructions, connecting telemetry to business systems.-
- Fetch the most recent Norges Bank exchange-rate reference for a currency against NOK — the canonical conversion benchmark Norwegian tax + accounting authorities accept for obligations in foreign currency (Årsregnskap, cross-border MVA, dividend reporting). The currency-of-record lookup; takes no Norwegian-company input. Returns the rate, the date it is valid for (weekday rates only; weekends / holidays return the prior business day's rate), and source attribution. Input: { base, quote, date? } — ISO 4217 codes, NOK-ANCHORED: exactly one side MUST be 'NOK'. A pair without a NOK side is rejected client-side as UNSUPPORTED_CURRENCY_PAIR — fetch both NOK legs and derive the cross rate yourself. Failure modes: VALIDATION_FAILED, UNSUPPORTED_CURRENCY_PAIR, INVALID_DATE, UPSTREAM_TIMEOUT, NO_RATE_AVAILABLE, SCOPE_INSUFFICIENT (needs read:norgesbank). For compliance obligations or filing deadlines rather than a currency rate, use get_company_summary instead. Docs: https://www.apier.no/docs/mcpConnectorNo auth
- Reconcile a Norwegian company's Altinn 3 filing history against the filings YOUR consumer submitted through Apier. Given a 9-digit organisasjonsnummer it returns the org's Altinn filing instances (Mva-melding, A-melding, Skattemelding, …), each paired with its Apier audit record where one exists (`filed_via_apier` + `apier_record`). Cursor-paginated via { cursor } (pass back `pagination.next_cursor`) + { limit } (1–100, default 20); legacy { offset } still accepted (deprecated); no filings → 200 with an empty list, never a 404. MOCK-GATED until the `altinn:instances.read` Maskinporten scope is approved. Failure modes: SCOPE_INSUFFICIENT (needs read:altinn), AUTH_NO_DELEGATION (live mode), VALIDATION_FAILED. For upcoming deadlines rather than past filings, use get_company_deadlines instead. No API key? Bearer apier_sandbox_test_<suffix> (fresh suffix) serves synthetic fixtures; org numbers: GET /api/v1/sandbox/fixtures. Cost: 50 øre (NOK 0.50) per call, prepaid (prices: the get_pricing tool or GET /api/v1/pricing; a shortfall returns INSUFFICIENT_CREDITS with top_up_url). Docs: https://www.apier.no/docs/guides/audit-inspectionConnectorNo auth
- Call this BEFORE metered work to check per-call cost and whether billing enforcement is live. Keyless: executes WITHOUT an API key, so an agent can price a workflow before it holds any credential. Returns the machine-readable price list: every credit-metered REST endpoint with its MCP tool name and cost in whole øre (always an integer), the enforcement.live flag (while false nothing is debited and a 402 is impossible), the 402 INSUFFICIENT_CREDITS recovery-contract field list, the top-up bounds with top_up_url, and the how_to_pay_guide URL. Prices derive from the SAME configuration the 402 meter debits, so this surface cannot drift from enforcement. Input: none — call with {}. Failure modes: per-IP rate limiting and transient errors only. For the calling key's own balance, use get_credit_balance (Bearer key required) instead. Docs: https://www.apier.no/docs/guides/billingConnectorNo auth
- Call this BEFORE a batch of metered calls to confirm the calling key's prepaid credit balance covers it, and AFTER a 402 INSUFFICIENT_CREDITS + human top-up to verify the funds landed. The balance is ALWAYS the authenticated key's own — no parameters, so reading another key's balance is structurally impossible. Returns api_key_id (non-secret UUID), balance_ore (whole øre, always an integer), currency (NOK), updated_at (null = never topped up = balance 0), and top_up_url (hand it to a human; agents cannot pay directly). For affordability, multiply cost_ore from get_pricing by the planned call count and compare against balance_ore. Free (unmetered), zero side effects. Failure modes: 401 without a key (NOT keyless — use get_pricing for keyless price discovery); SCOPE_INSUFFICIENT (needs read:credits or read:*); CREDIT_BALANCE_UNAVAILABLE (503, retryable — a money read is never fabricated). Under a sandbox bearer it returns SANDBOX_TOOL_UNAVAILABLE. Docs: https://www.apier.no/docs/guides/agent-paymentsConnectorNo auth
- Resolve every Norwegian regulatory action a person is currently authorised to perform on behalf of a specific organisation. Combines the actor's Altinn role assignments (DAGL, LEDE, MEDL, NESTL, INNH, REGN, REVI) with a conservative role-to-action map, returning the raw role list AND the derived action tokens an agent may pass to /v1/actions/execute (dry-run them first with the validate_action tool), each with a lovdata legal_reference. Inputs: an 11-digit fødselsnummer / D-nummer — HMAC-hashed; the raw value is never persisted, logged, or returned (only `actor.fnr_hmac` is echoed) — plus the 9-digit organisasjonsnummer. Failure modes: SCOPE_INSUFFICIENT (needs read:altinn), VALIDATION_FAILED. For your own consumer's delegation snapshot, use check_authorization instead; for the company-level statutory signing authority with no actor input, use get_company_authority. No sandbox-bearer mirror (SANDBOX_TOOL_UNAVAILABLE). Docs: https://www.apier.no/docs/guides/altinn-system-usersConnectorNo auth