General Tools
zandomeni.eu
Provides information retrieval from the SCA Zandomeni legal blog and contact details.
ENDPOINT 1
https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- zandomeni-mcp
- Version
- 0.1.0
Tools for the SCA Zandomeni law firm website (zandomeni.eu). Use `search_blog_posts` to find Romanian-language legal articles by keyword, `get_blog_post` to read one, `list_expertise_areas` to enumerate practice areas, and `get_contact_info` for firm contact details. Focus regional: Timișoara / județul Timiș / Banat.
Known tools 4
search_blog_postsSearch the SCA Zandomeni legal blog (~550 articles, Romanian) by keyword against article slugs.
Inferred read-onlylist_expertise_areasList the practice areas covered by SCA Zandomeni (Timișoara) with links to each area page.
Inferred read-onlyget_contact_infoReturn the public contact details of SCA Zandomeni — Timișoara (phone, email, website, service area).
Potential side effectsCONNECT 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.zandomeni-mcp]
url = "https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zandomeni-mcp": {
"type": "http",
"url": "https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zandomeni-mcp
Remote MCP URL: https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/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": {
"zandomeni-mcp": {
"url": "https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zandomeni-mcp": {
"type": "http",
"url": "https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zandomeni-mcp",
"transport": "streamable-http",
"url": "https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/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 supabase.co was fetched 2026-07-25T06:29:47.803Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.