Build company evidence graph
siteborne_build_company_evidence_graphBuild a proof-carrying graph of public company identity, SEC filings, website observations, regulatory mentions, and repository signals. Use when: the request needs entity-level evidence synthesized across sources. Do not use when: one URL is the subject (use siteborne_retrieve_verified_web_context), one document is the subject (use siteborne_extract_document_evidence_json), or an existing agent output needs evaluation (use siteborne_verify_agent_output). Parameters: authoritative identifiers (cik, lei, isin, cusip, figi) resolve entities more reliably than company_name, ticker or domain alone, and combining them reduces ambiguity; requested_field_groups narrows provider work; maximum_authorized_price only constrains payment and never widens scope. Behavior: open-world: a paid request queries public data providers over the network and persists governed payment, audit, job and Workflow state; an unpaid request returns payment_required; a repeated identical request with the same payment is replay-protected and is not charged twice. This service is currently production-disabled and rejects execution. Economics: exact price of $0.0312 USD per request; the payment challenge requires that amount and the charge settles at exactly that amount. Failure: input that fails schema validation is rejected before any payment challenge; provider or service unavailability returns a structured MCP error. Returns: a company evidence graph with provenance, completeness, verification, and PCC context—not a raw webpage or document extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Primary website hostname only, without a URL path; links first-party web evidence to the company identity. | |
| ticker | No | One-to-five uppercase exchange ticker symbols; narrows public-company resolution but is not globally unique without other signals. | |
| buyer_urls | No | Up to twenty public supplemental evidence URLs supplied by the buyer; these are additional sources, not replacements for entity resolution. | |
| identifiers | No | Known authoritative entity identifiers; supplying precise identifiers reduces ambiguous name, ticker, or domain matching. | |
| company_name | No | Legal or commonly used company name; supplies an entity-resolution signal when authoritative identifiers are unavailable. | |
| freshness_seconds | No | Maximum acceptable source age in seconds, from 0 through 2,592,000; lower values demand fresher evidence. | |
| jurisdiction_hints | No | Up to five two-letter uppercase jurisdiction codes used to focus regulatory context; hints do not assert incorporation. | |
| minimum_completeness | No | Required completeness ratio from 0 through 1; results below this threshold fail the requested acceptance condition. | |
| requested_field_groups | No | Unique evidence categories to collect; omitted values use the schema default, while a smaller list limits provider work and result scope. | |
| maximum_authorized_price | No | Buyer’s decimal-safe maximum authorized price; constrains the payment requirement and never expands provider scope. | |
| minimum_verification_score | No | Required PCC verification ratio from 0 through 1; raising it makes result acceptance stricter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Output schema for company_evidence_graph.v1 service. Must be a valid PCC 1.0.0 document with required net.siteborne.company-evidence.v1 extension. |