← ciam.works
INDIVIDUAL MCP TOOL
fetch
Retrieve the full record for a single CIAM result id returned by search.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.ciam-works]
url = "https://mcp.ciam.works/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ciam-works": {
"type": "http",
"url": "https://mcp.ciam.works/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ciam-works
Remote MCP URL: https://mcp.ciam.works/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": {
"ciam-works": {
"url": "https://mcp.ciam.works/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ciam-works": {
"type": "http",
"url": "https://mcp.ciam.works/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ciam-works",
"transport": "streamable-http",
"url": "https://mcp.ciam.works/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_vendors— Search the CIAM vendor directory by keyword, category, or segment.get_vendor— Get a full editorial CIAM vendor profile by slug (e.g.match_vendors— Rank CIAM vendors for a buyer's requirements using the neutral matcher.search_knowledge— Semantic search over CIAM guides, comparisons, topics, glossary, blog posts, and jobs.get_comparison— Get a head-to-head CIAM vendor comparison.search_market_map— Search the CIAM market map across vendor players (identity proofing, authentication, authorization, fraud, non-human identity, consent, CDP, verifiable credentials, orchestration, service partners, and the marketing-activation lanes: CRM, marketing automation, email, analytics, engagement) and reference entities (standards bodies, regulatory frameworks, wallet ecosystems).get_player— Get a full CIAM market-map player profile by slug (e.g.get_capabilities— Get the CIAM capability taxonomy: nine domains of Core capabilities and the four lifecycle building blocks (Capture, Engage, Manage, Admin).