← Registry

Collaboration

spotka.co

Manages and discovers social events, including recommending activities, tracking members' events, and creating or updating event details.

1 endpoint34 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
spotka
Version
1.0.0
Capabilities
tools

Known tools 34

ideas

Things to do in the city, picked for this member: exhibitions, gigs, markets, walks.

Inferred read-only
events

Events OTHER Spotka members are hosting that suit this member — small gatherings they could join.

Inferred read-only
my_events

This member's own events: the ones they host, the ones they joined, and invitations waiting for an answer.

Inferred read-only
create_event

Create an event this member will host.

Potential side effects
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.

Potential side effects
profile

This member's own profile.

Inferred read-only
update_profile

Change this member's own profile.

Inferred read-only
notification_settings

Which notifications this member gets from Spotka, and whether anything can actually deliver them.

Inferred read-only
update_notification_settings

Turn this member's notifications on or off.

Inferred read-only
calendar

This member's Spotka agenda: events they host and events they joined, soonest first, with exact start times as ISO instants.

Inferred read-only
activity_history

What this API has changed on this member's account, newest first: which action, what it touched, and whether it worked.

Inferred read-only
revoke_invite

Take back an invitation this member sent.

Inferred read-only
inbox

What is waiting for this member: conversations with unread messages, and event invitations waiting for an answer.

Inferred read-only
conversation

One conversation's messages, newest first.

Inferred read-only
mark_read

Mark a conversation as read.

Inferred read-only
send_message

Send a message as this member.

Potential side effects
invite

Invite people to an event by email.

Potential side effects
event

One event in full.

Inferred read-only
join

Take a seat at an event another member is hosting.

Inferred read-only
leave

Give up a seat previously taken at an event.

Inferred read-only
respond

Answer something addressed to this member: accept or decline an invitation.

Inferred read-only
archive

Retire an event this member hosts.

Inferred read-only
delete_event

Delete an unpublished draft this member hosts.

Potential side effects
report_bug

Tell the Spotka team something in Spotka is broken.

Inferred read-only
report_feature

Ask the Spotka team for something Spotka does not do yet.

Inferred read-only
report_status

Poll a bug or feature this account filed.

Inferred read-only
verify_bug

Submit the retest verdict on a report this account filed, without the email token.

Potential side effects
capabilities

What THIS key is allowed to do, before you try it.

Inferred read-only
actors

Test keys only.

Inferred read-only
seed

Test keys only.

Inferred read-only
reset

Test keys only.

Inferred read-only
key_list

Test keys only.

Inferred read-only
key_create

Test keys only.

Inferred read-only
key_revoke

Test keys only.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.