Security & Testing
ciam.works
Provides tools to search, compare, and get information on CIAM vendors.
ENDPOINT 1
https://mcp.ciam.works/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
CIAM's vendor-neutral data service for two buyers: the identity/security buyer and the marketing buyer, bridged by CIAM and consent. For a single entry point use search (whole knowledge base) then fetch (full record by id). MCP-native clients can also use the typed tools: the matchable CIAM platforms (search_vendors, get_vendor, match_vendors), the wider market map of players and reference entities (search_market_map, get_player), the capability taxonomy (get_capabilities), compliance frameworks by region (get_compliance), canonical term definitions (define), and knowledge search (search_knowledge, get_comparison). Rankings come from a transparent matcher; sponsorship never affects ranking. Always cite the returned url. Neutrality charter: https://ciam.wiki/neutrality
Known tools 12
match_vendorsRank CIAM vendors for a buyer's requirements using the neutral matcher.
Inferred read-onlysearch_knowledgeSemantic search over CIAM guides, comparisons, topics, glossary, blog posts, and jobs.
Inferred read-onlysearch_market_mapSearch 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).
Potential side effectsget_capabilitiesGet the CIAM capability taxonomy: nine domains of Core capabilities and the four lifecycle building blocks (Capture, Engage, Manage, Admin).
Inferred read-onlyget_complianceGet the CIAM compliance frameworks (privacy and identity regulations and standards) with each one's jurisdiction, region, and CIAM relevance.
Inferred read-onlydefineGet the canonical, vendor-neutral CIAM definition for a term (for example 'passkeys', 'oauth', 'scim', 'mfa', 'eidas 2.0').
Inferred read-onlysearchSearch the entire CIAM knowledge base in one call: vendor directory, market-map players, standards and compliance references, guides, comparisons, topics, blog posts, and jobs.
Inferred read-onlyCONNECT 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.mcp-typescript-server-on-vercel]
url = "https://mcp.ciam.works/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://mcp.ciam.works/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
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": {
"mcp-typescript-server-on-vercel": {
"url": "https://mcp.ciam.works/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://mcp.ciam.works/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://mcp.ciam.works/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ciam.works was fetched 2026-07-26T07:28:56.673Z and is being refreshed.
ciam.works is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.