Collaboration
spotka.co
Manages and discovers social events, including recommending activities, tracking members' events, and creating or updating event details.
ENDPOINT 1
https://spotka.co/api/v1/mcp
MCP server metadata
- Name
- spotka
- Version
- 1.0.0
Known tools 34
ideasThings to do in the city, picked for this member: exhibitions, gigs, markets, walks.
Inferred read-onlyeventsEvents OTHER Spotka members are hosting that suit this member — small gatherings they could join.
Inferred read-onlymy_eventsThis member's own events: the ones they host, the ones they joined, and invitations waiting for an answer.
Inferred read-onlyupdate_eventChange 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 effectsnotification_settingsWhich notifications this member gets from Spotka, and whether anything can actually deliver them.
Inferred read-onlycalendarThis member's Spotka agenda: events they host and events they joined, soonest first, with exact start times as ISO instants.
Inferred read-onlyactivity_historyWhat this API has changed on this member's account, newest first: which action, what it touched, and whether it worked.
Inferred read-onlyinboxWhat is waiting for this member: conversations with unread messages, and event invitations waiting for an answer.
Inferred read-onlyrespondAnswer something addressed to this member: accept or decline an invitation.
Inferred read-onlyverify_bugSubmit the retest verdict on a report this account filed, without the email token.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.