← saasdossier.com
INDIVIDUAL MCP TOOL
get_methodology
Returns SaaSDossier's two-state evidence framework: Documented and Question surfaced.
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.saasdossier]
url = "https://saasdossier.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"saasdossier": {
"type": "http",
"url": "https://saasdossier.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: saasdossier
Remote MCP URL: https://saasdossier.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": {
"saasdossier": {
"url": "https://saasdossier.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"saasdossier": {
"type": "http",
"url": "https://saasdossier.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "saasdossier",
"transport": "streamable-http",
"url": "https://saasdossier.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_register— Returns SaaSDossier's release register: dossier numbers, vendors, editions, and licensing information.get_openai_ledger— Returns the free public OpenAI security evidence ledger — 55 fixed fields, each either Documented with a vendor-published source or recorded as a Question surfaced.get_free_dossier— Returns the free OpenAI Public Edition: the dossier title, the direct PDF download URL, and the guided page URL.