← victano.com

INDIVIDUAL MCP TOOL

connect_verify

Complete authentication with the request_id from connect_start and the six-digit code the user received.

victano.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.victano.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for connect_verify and invoke it with your own arguments.

Indexed 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 server

victano.com

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.victano]
url = "https://mcp.victano.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "victano": {
      "type": "http",
      "url": "https://mcp.victano.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: victano
Remote MCP URL: https://mcp.victano.com/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": {
    "victano": {
      "url": "https://mcp.victano.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "victano": {
      "type": "http",
      "url": "https://mcp.victano.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "victano",
  "transport": "streamable-http",
  "url": "https://mcp.victano.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • connect_start — Begin authentication.
  • whoami — The connected account, its tier, how much quota remains in the current window, and how fresh the corpus is.
  • list_workflows — The playbook library: how bid professionals actually run this work, from the weekly scan through qualification, eligibility screening, reading a specification, clarification questions, and the proposal skeleton.
  • get_workflow — The complete step-by-step playbook for one workflow id, including the decision gates, the EU procurement specifics that decide eligibility, and the pitfalls that lose bids.