← teppek.com

INDIVIDUAL MCP TOOL

delete_listing

Delete (soft-delete) one of the USER'S OWN listings by listing_id.

teppek.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.teppek.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_listing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

teppek.com

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".
  • semantic_search — Semantic (meaning-based) search over Teppek's live listings, backed by a multilingual embedding index.
  • 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.