INDIVIDUAL MCP TOOL
semantic_search
Semantic (meaning-based) search over Teppek's live listings, backed by a multilingual embedding index.
LIVE ENDPOINT
https://mcp.teppek.com/mcp
Connect to this endpoint to inspect the live schema for semantic_search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.teppek]
url = "https://mcp.teppek.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"teppek": {
"type": "http",
"url": "https://mcp.teppek.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: teppek
Remote MCP URL: https://mcp.teppek.com/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": {
"teppek": {
"url": "https://mcp.teppek.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"teppek": {
"type": "http",
"url": "https://mcp.teppek.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "teppek",
"transport": "streamable-http",
"url": "https://mcp.teppek.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Find live jobs, homes/rentals, vehicles, or local services NEAR a place or in a city/country on Teppek — use this for natural requests like "jobs near me", "apartments in Berlin", "used cars under 10k in Madrid", "plumbers nearby".get_listing— Fetch the full detail of ONE Teppek listing by id — title, description, price/salary, location and the Teppek contact route.send_message— Message the owner of a Teppek listing on the user's behalf — the primary contact path (there is no price-offer/accept/reject flow).create_listing— Publish a listing on behalf of the user across any of the 4 verticals and 12 roles.request_image_upload— Get a short-lived upload grant to attach a photo to a listing you're about to publish (any vertical/role).list_my_listings— List the user's OWN listings (any status), newest first.list_conversations— List the user's OWN listing-message conversations (threads they started, or received as a listing owner), newest first.get_conversation— Read one of the user's OWN message conversations by thread_id, including its messages (marks incoming messages read).