← santismm.com

INDIVIDUAL MCP TOOL

list_architectures

List all reference architectures (end-to-end enterprise agentic blueprints) with id, slug, category, name, summary and provenance.

santismm.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://santismm.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_overview — Get the complete MCP map — start here.
  • search_all — Search the core corpus, first-party essays, executable Labs, epistemic claims and the Homeric Atlas in one call.
  • list_knowledge — List all knowledge units (concepts on agentic & enterprise AI) with slug, category, title, summary and Evidence-First provenance.
  • get_knowledge — Get one knowledge unit by slug.
  • list_patterns — List all Enterprise AI patterns (reusable agentic design patterns) with slug, category, name, summary and provenance.
  • get_pattern — Get one Enterprise AI pattern by slug (includes problem, solution, KPIs, failure modes, lessons).
  • get_architecture — Get one reference architecture by slug (includes the request flow, reference scenario, KPIs, cost & scaling, and the patterns/knowledge it composes).
  • list_governance — List all AI governance units (regulations, standards, frameworks, playbooks — EU AI Act, ISO 42001, NIST AI RMF, agentic checklist) with id, slug, category, name and summary.