MCP tool reference
REVOR AI MCP tools are named by business capability. They return stable REVOR AI fields, job states, and billing information without exposing internal implementation details or third-party services.
Tool list
Target-company discovery (Websets)
Use revor_create_webset to describe target companies by industry, geography, product, business model, and required qualifications. The current creation contract targets 25 companies and returns both webset.id and preparation_job.id.
revor_get_jobonly confirms whether preparation started successfully.revor_get_websetreports the full discovery status and progress.revor_list_webset_itemsreads company results; results may be marked provisional while discovery is running.revor_list_websetsreturns 20 entries by default and accepts a maximumlimitof 100.
Results use cursor pagination. Pass the previous response's next_cursor unchanged to retrieve the next page, and stop when has_more is false. Detail modes have these page limits:
Example prompt:
TextFind 25 companies in Germany that manufacture industrial heat pumps and sell through international distributors. Create a Webset, follow its progress, and page through qualified results in compact mode.
Public-information research
Use revor_research_public_web for company background, products, markets, news, and public financial information.
Main inputs:
Example prompt:
TextResearch example.com's main products, target customers, and major developments during the last year, with public sources.
Company contacts
revor_find_contacts requires a verified company website domain.
Main inputs:
Example prompt:
TextFind up to 10 procurement, supply-chain, and international-business contacts at example.com.
Resolve a customs company name
Customs queries depend on an accurate registered or trading name. Call revor_customs_company_candidates first and select the correct candidate before starting a billable query.
Main inputs include the company name, company role, imports or exports catalog, start date, and end date. This discovery tool currently does not consume credits.
Example prompt:
TextResolve the customs company name for Example Company as an importer during 2025.
Customs trade queries
The billable customs tools share these main inputs:
Billable queries settle credits from the amount of data returned. Use the complete report when you need all four trade dimensions. Use a single-purpose tool when you only need one dimension.
Asynchronous jobs
Webset preparation, research, contact, and customs tools commonly return a job object.
If a job is not complete, call revor_get_job with its job_id. Do not submit the original business request again just to check progress, because that may create a new job.
Idempotency and retries
Every action tool requires an idempotency_key. Reuse the same value only when retrying the exact same input after a network interruption. Use a new value for a new operation. Reusing a key with different input returns idempotency_conflict and does not start a second task. AI clients should generate and retain this value automatically.
Errors and privacy
Tools return stable REVOR AI public error codes and a request_id. They do not expose internal call chains, credentials, debug data, or raw upstream responses. If a call fails, check the input, account permissions, credits, and usage limits first. Keep the request_id and job ID when contacting support.