Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-11-25 streamable-http

ai.velarion/company-intelligence

ai.velarion/company-intelligence

Exec comp benchmarking, say-on-pay risk, and governance cards for US public companies.

Uptime
100.0%
1 direct probes · 30d
Response
602ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

lookup_company_compensation

Look up executive compensation for a company in Velarion's coverage universe. Returns CEO/NEO total compensation, pay mix breakdown, and canonical metrics for the requested fiscal year (latest availa…

predict_say_on_pay_risk

Predict Say-on-Pay risk for a company using Velarion's deterministic risk compilers. Returns trend phrase, peer cohort distribution note, governance friction summary, and overall risk band. No LLM — …

benchmark_executive_pay

Benchmark executive pay vs. disclosed peers using Velarion's canonical percentile data. Returns pay percentile, performance (TSR) percentile, P4P gap, and an alignment label based on canonical_metric…

compare_companies

Compare multiple companies on pay, performance, and governance metrics. Returns a ranked table from Velarion's canonical_metrics — no LLM narrative invention. The data-based summary describes observe…

generate_governance_alpha_card

Generate a Governance Alpha Card for a company. Composite deterministic card: pay alignment (Velarion's own P4P-style estimate, modeled on public proxy-advisory methodology concepts — not licensed IS…

price_product

Price a Velarion product. Handles EVERY catalog SKU in its real state. product_type may be a sku_id (e.g. "SKU-002") OR a custom_artifact_family (e.g. "peer_disclosure_custom_cohort"). Returns the ro…

place_order

Place an order for a priced product — creates a quote you can pay and then fulfill. This is the missing middle of the buy path: price_product tells you what it costs, place_order creates the actual q…

fulfill_paid_order

Fulfill a paid custom quote by compiling and delivering its artifact. Ownership gate: you may only fulfill a quote your own agent account owns. (The REST buyer rail has always enforced this — routes.…

list_skus

List the Velarion catalog — every product an agent can see and (where APPROVED_SELLABLE) buy. Returns all APPROVED_SELLABLE SKUs with full detail by default (sku_id, name, price, currency, fulfillmen…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.velarion/company-intelligence": {
      "url": "https://velarion-scraper-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}