← velarion.ai
INDIVIDUAL MCP TOOL
fulfill_paid_order
Fulfill a paid custom quote by compiling and delivering its artifact.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.velarion-mcp]
url = "https://velarion-scraper-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"velarion-mcp": {
"type": "http",
"url": "https://velarion-scraper-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: velarion-mcp
Remote MCP URL: https://velarion-scraper-production.up.railway.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"velarion-mcp": {
"url": "https://velarion-scraper-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"velarion-mcp": {
"type": "http",
"url": "https://velarion-scraper-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "velarion-mcp",
"transport": "streamable-http",
"url": "https://velarion-scraper-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_company_compensation— Look up executive compensation for a company in Velarion's coverage universe.predict_say_on_pay_risk— Predict Say-on-Pay risk for a company using Velarion's deterministic risk compilers.benchmark_executive_pay— Benchmark executive pay vs.compare_companies— Compare multiple companies on pay, performance, and governance metrics.generate_governance_alpha_card— Generate a Governance Alpha Card for a company.price_product— Price a Velarion product.place_order— Place an order for a priced product — creates a quote you can pay and then fulfill.list_skus— List the Velarion catalog — every product an agent can see and (where APPROVED_SELLABLE) buy.