← marksiazon.dev

INDIVIDUAL MCP TOOL

get_proof

Verification proof: claim gates, or per-project proof links when a slug is given.

marksiazon.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.marksiazon.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_proof 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

marksiazon.dev

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.marksiazon-dev-profile]
url = "https://www.marksiazon.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marksiazon-dev-profile": {
      "type": "http",
      "url": "https://www.marksiazon.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marksiazon-dev-profile
Remote MCP URL: https://www.marksiazon.dev/api/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": {
    "marksiazon-dev-profile": {
      "url": "https://www.marksiazon.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "marksiazon-dev-profile": {
      "type": "http",
      "url": "https://www.marksiazon.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "marksiazon-dev-profile",
  "transport": "streamable-http",
  "url": "https://www.marksiazon.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • get_profile_summary — Profile summary: entity (name, canonical @id, sameAs), availability, and machine-readable pointers.
  • list_projects — List portfolio projects.
  • get_project — Full indexed detail for one project by slug, including canonical URL, links, and proof count.
  • search_faq — Case-insensitive substring search over the consolidated FAQ (question + answer).
  • get_availability — Current availability, work scope, and the contact boundary (no raw email is published).