General Tools
vorortai.de
This server provides a platform for task quoting and submission, including capability listing, service area checks, and human review requests.
ENDPOINT 1
https://vorortai.de/api/mcp
MCP server metadata
- Name
- vorortai
- Version
- 0.1.0
VorOrtAI arranges real-world tasks in Hamburg, Germany carried out by verified people, and returns structured evidence (photos, checklist, timestamp, location attestation). Use `quote_task` to find out whether something is feasible, what it costs and how long it takes — it is instant, deterministic and creates nothing. Use `submit_request` only when the user has explicitly agreed to send an enquiry; it queues the request for a human and shares the contact details with the operator of this service. Important limits: this is a private beta. Nothing is dispatched automatically — a person reviews every request before any operator is contacted. Submitting a request does not create a task and is not a binding order. Location data is an operator attestation, not spoofing-proof GPS.
Known tools 5
list_capabilitiesList every task type this service performs, with evidence returned, price range and turnaround.
Inferred read-onlyquote_taskEstimate feasibility, price range, turnaround and evidence for a described task.
Inferred read-onlycheck_service_areaCheck whether an address or district is inside the service area, without describing a task.
Inferred read-onlyget_use_casesConcrete examples of tasks that have been defined for this service, plus the boundaries of what is knowingly not accepted.
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.vorortai]
url = "https://vorortai.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vorortai": {
"type": "http",
"url": "https://vorortai.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vorortai
Remote MCP URL: https://vorortai.de/api/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": {
"vorortai": {
"url": "https://vorortai.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vorortai": {
"type": "http",
"url": "https://vorortai.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vorortai",
"transport": "streamable-http",
"url": "https://vorortai.de/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.