MCP server · S2 Dev
s2
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for S2 Dev. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If S2 Dev publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
list_access_tokens— List access tokens.issue_access_token— Issue a new scoped access token.revoke_access_token— Revoke an access token.list_basins— List basins.create_basin— Create a basin.get_basin_config— Get basin configuration.ensure_basin— Idempotently ensure a basin exists.reconfigure_basin— Reconfigure a basin.delete_basin— Delete a basin.list_streams— List streams in a basin.create_stream— Create a stream.get_stream_config— Get stream configuration.ensure_stream— Idempotently ensure a stream exists.reconfigure_stream— Reconfigure a stream.delete_stream— Delete a stream.append— Append a batch of records to the tail of a stream.read— Read records by sequence number, timestamp, or tail offset.check_tail— Get the current tail position of a stream.account_metrics— Account-level metrics.basin_metrics— Basin-level metrics.stream_metrics— Stream-level metrics.list_locations— List locations available to the account.get_default_location— Get the default location for new basins.set_default_location— Set the default location for new basins.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.