← spotka.co

INDIVIDUAL MCP TOOL

delete_event

Delete an unpublished draft this member hosts.

spotka.conone authenticationAvailability not checked

LIVE ENDPOINT

https://spotka.co/api/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_event 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

spotka.co

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.spotka]
url = "https://spotka.co/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spotka": {
      "type": "http",
      "url": "https://spotka.co/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: spotka
Remote MCP URL: https://spotka.co/api/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": {
    "spotka": {
      "url": "https://spotka.co/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spotka": {
      "type": "http",
      "url": "https://spotka.co/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spotka",
  "transport": "streamable-http",
  "url": "https://spotka.co/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ideas — Things to do in the city, picked for this member: exhibitions, gigs, markets, walks.
  • events — Events OTHER Spotka members are hosting that suit this member — small gatherings they could join.
  • my_events — This member's own events: the ones they host, the ones they joined, and invitations waiting for an answer.
  • create_event — Create an event this member will host.
  • update_event — Change an event this member hosts — a wrong time, a new venue, a reworded description, or publish=true to publish a draft once when and where are set.
  • profile — This member's own profile.
  • update_profile — Change this member's own profile.
  • notification_settings — Which notifications this member gets from Spotka, and whether anything can actually deliver them.