Agent Tools
Back to MCP servers
● degraded

SWIPA bot API — send/receive messages on swipa.ru via per-connection Bearer auth.

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://swipa.ru/mcp/sse
JSON-RPC initialize probe
curl -X POST https://swipa.ru/mcp/sse \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'