API oficial da Vendizap: gerencie produtos, estoque, pedidos e descontos da sua loja.
Find, score and analyse German and EU public tenders; search docs; draft quotes.
Identity verification, document checks, sanctions/PEP screening and case review as agent tools.
Verifiable document intelligence for AI agents.
- Document.Extract Text: Extract plain text from a PDF or image (base64-encoded). Use when you need raw text for downstream AI analysis (summarization, claim checking, structured extraction). For docume
- Document.Extract Tables: Extract tables and forms as Markdown from a PDF or image (base64-encoded). Use when the document contains structured tabular data such as financial statements, data sheets, or
- Document.Parse Invoice: Parse a receipt or invoice document into structured fields. Uses a quality AI model for accuracy. Use when you need to extract line items, totals, and merchant info from financ
Conformité Factur-X : 21 critères PDF/A-3, XML CII EN 16931 et BR-FR.
Agent memory that survives you — durable, wallet-addressed, free to start.
- Locker Capabilities: Free. Returns the machine-readable contract — identity model, signing statements, prices, limits, custody commitments (deletion rules, 30-day sunset), x402 payment flow, and error
- Locker Nonce: Free. Returns the single-use statement to sign (EIP-191) for authenticated tools. Expires in 5 minutes.
- Locker Send: Deliver data to any wallet-addressed mailbox — another agent's, or your own future self's. PAID via x402: call without payment_b64 to get the price and accepts[] requirements, sign an EIP
India's 1 Instagram automation SaaS.
- Schedule Post: Schedule an Instagram/Facebook post, Reel, or Story for a specific date and time. Use POST for normal feed posts (photo/video), REEL for vertical short videos (9:16, must be video), STO
- Generate Content: Generate AI-powered social media content for a topic, niche, or product. Returns ready-to-post captions with hashtags.
- Get Analytics: Get social media analytics and performance data for posts and account. Returns engagement metrics, reach, and top performing content.
Create immersive travel experiences by instructing an avatar to navigate Google Maps.
- Get Traveler View Info: Get the address of the current traveler's location and information on nearby facilities,view snapshot
- Get Traveler Location: Get the address of the current traveler's location
- Tips: Inform you of recommended actions for your device
A shared Second Brain for you and your LLMs.
- Complete Task: Mark a task as completed. After completing a task, call update_project_state to keep the project context current.
- Create Note: Create a new note in the user's knowledge base. Requires a title and markdown content. Optionally assign to a folder and add labels.
- Create Task: Create a new task. Supports priority (low/medium/high), due dates, labels, and optional linking to a source note.
Calculate Actuarial Value (AV) & metal tier of a health insurance plan from any document.
Give ears to your AI agent.
- Create Transcription Job: Start a transcription job and get back the two ways to hand over the audio. Call this FIRST, before you have sent any audio. It returns: - `upload_url`: PUT the raw audio byt
- Get Transcript: Read a job: its status, and when it is finished the transcript and summary. Returns immediately, whatever the state. `status` is QUEUED (waiting for the audio, or just started), PROCES
- List Transcripts: List this account's transcription jobs, newest first. Use it to find a job whose id the person does not remember. Segments are never included here; call `get_transcript` for one job'
Email infrastructure for AI agents — transactional sending, marketing campaigns, and lifecycle automation over a single contact graph.
- Volanea Get Project Status: Call this FIRST in any integration session. Returns the project's plan, reputation, key mode (test vs live) plus a fingerprint of the key in use, sending domains with verif
- Volanea Get Api Reference: Authoritative REST API reference for writing integration code into the user's app. Base URL: https://api.volanea.com — auth is `Authorization: Bearer <secret key>`; sends ac
- Volanea List Resources: List existing resources of one kind — use to find ids and avoid duplicating work. `contact_fields` returns custom contact data fields with usage counts and `event_names` return
Wafrow Wafrow is a highly scalable, real-time image personalization and marketing automation SaaS.
- List Templates Tool: Lists all image/banner templates for the authenticated organization. Returns template IDs and names. Use the returned IDs with pre_render_image or get_lazy_render_url.
- Pre Render Image Tool: Immediately renders an image for a template with optional personalization overrides. Returns the image as a base64-encoded WebP (or PDF). Use this when you need the rendered ima
- Get Lazy Render Url Tool: Constructs a lazy-render image URL for embedding in emails or web pages. The image is generated on first open, not at send time — ideal for large email campaigns. Pass either
Describe a house or upload a DWG/vector-PDF plan and get a walkable, editable 3D model.
Quote, book, and track freight from your AI assistant.
- Van Quote: Quote a cargo van shipment (1-3 pallets, firm price)
- Box Truck Quote: Quote a 26' box truck shipment (1-12 pallets, firm price)
- Ftl Quote: Quote a full truckload (53' dry van). Only origin, destination, and date required.
Wavedash docs and workflow guidance for building and publishing browser games.
Demand-side discovery for the agent economy: distill ambiguous intentions into commitments and match them to constitutionally-aligned agents and collectives.
- Intake: Distill a user's dialogue into an intention wavefunction (explicit intentions + confidence). dialogue: [{role, content}, ...].
- Collapse: Collapse the user's wavefunction into an actionable commitment, weighted by stake.
- Find Matches: Match the user's collapsed intention to constitutionally-aligned agents/collectives, ranked by alignment score.
Cryptographic trust infrastructure for humans, software, AI agents, and physical assets.
- Waxseal.Info: Returns an overview of the WaxSeal cryptographic trust infrastructure — 11 trust layers, tiers, and how to use these MCP tools.
- Waxseal.Identity.Verify: Look up a WaxSeal cryptographic identity by its 64-character hex fingerprint. Returns on-chain status, display name, chain, owner wallet, and lifecycle status.
- Waxseal.Signature.Verify: Verify an Ed25519 signature produced by waxseal_sign_document. Fetches the public key from the WaxSeal network and verifies locally.
Deterministic axe-core accessibility scans (WCAG 2.1 AA, EN 301 549, PDF/UA) via your account.
WCAG-Compliance/wcagc-mcp lets an assistant run real axe-core accessibility scans through the user's own wcagc account, rather than guessing accessibility…
- Scan Url: Scans one http(s) URL for accessibility problems with axe-core — deterministic checks, not a language model's opinion. Pass the URL and nothing else. If it belongs to a site registered in th
- Get Scan: Polls a scan started by scan_url — either kind, recorded against a registered site or one-off; this tool finds it either way. Returns severity counts, a finding sample, the coverage disclaim
- Get Findings: The findings for a scan started by scan_url — rule id, severity, help URL and the element selector. Works for both kinds of scan_url scan. A one-off scan returns the top-5 sample; a scan
Weavely is an AI-native form builder.
- Create Form: Create a new Weavely form. Returns a formId and a live preview URL. IMPORTANT: This MUST be the first tool you call — all other tools require the formId returned by this tool. IMPORTANT:
- Get Form Summary: Get the current form structure: pages, elements (with IDs, types, labels), theme, and settings. Call this to see available page and element IDs before making edits. Requires create_f
- Add Element: Add an element to a page. The element is appended to the end of the page. Call this sequentially — NEVER call multiple add_element in parallel. Use get_form_summary to see available pageI
Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.
10 pay-per-call web tools: markdown, CSS scrape, links, crawl, screenshot, PDF, browser.
Web content extraction API for AI agents.
- Web Scrape To Markdown: Scrape and extract content from a URL with full JS rendering, returned as clean markdown. Alternative to Firecrawl scrape at 2.5x lower cost. Strips navigation, ads, scripts, a
- Web Scrape Batch: Use this when you need to extract clean content from multiple web pages at once (up to 10 URLs). Returns the same structured markdown output as web_scrape_to_markdown for each URL. 1
Extract clean markdown from any URL.
Fetch any public web page through managed proxies, with optional JavaScript rendering, wait conditions and CSS or AI extraction rules, as markdown, text, HTML…
- Hasdata Web Scraping Web Scraping ScrapeWebPage: Scrape Web Page Universal web scraper that fetches any public URL through managed proxies (datacenter or residential, geo-targeted) with optional JS re
Live web search and clean-markdown page fetch over the Keenable web index.
Version-true web3 docs, ABIs and human-validated integration recipes over MCP.
Find and fix web accessibility issues (WCAG 2.2 AA, ADA, Section 508, EAA, AODA) from your coding agent.
- Scan Page: Scan a web page for WCAG accessibility issues. Works on any URL — deployed sites, localhost, staging. Returns the three-tier shape: `issues` (high-confidence violations safe to fix), `incom
- Verify Fix: Re-scan a specific element after applying an accessibility fix and confirm the violation is gone — closes the loop that find-only tools leave open. After you edit the code and serve it (de
- Start Audit: Kick off a FULL accessibility audit deliverable for a URL — a persistent, timestamped artifact, not an inline scan. Runs the server-side pipeline (axe + advanced checks + mobile viewports
Fetch any URL and get clean Markdown.
Missing a connector?
Tell us which service you need, or add your own MCP server: we will check it and publish it in the catalog.
Suggest a connector