General Tools
lity.club
Provides information about Lity, a service covering immigration and housing rental in Spain, and allows users to submit early access requests.
ENDPOINT 1
https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/mcp
MCP server metadata
- Name
- lity-mcp-gateway
- Version
- 1.0.1
Lity is an AI legal copilot for foreigners in Spain (immigration/extranjería and housing rental). Use get_lity_info to describe Lity accurately. Use submit_early_access_request ONLY with the user's explicit consent. Lity also partners with other legal-domain AI agents on legal corpora (inbound and outbound) — details in get_lity_info.
Known tools 2
get_lity_infoWhat Lity is, coverage (Spain: immigration/extranjería, housing rental), languages, access status and links.
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.lity-mcp-gateway]
url = "https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lity-mcp-gateway": {
"type": "http",
"url": "https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lity-mcp-gateway
Remote MCP URL: https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/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": {
"lity-mcp-gateway": {
"url": "https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lity-mcp-gateway": {
"type": "http",
"url": "https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lity-mcp-gateway",
"transport": "streamable-http",
"url": "https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/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 amazonaws.com was fetched 2026-08-23T11:18:28.397Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.