# Solnk MCP server

> Solnk provides a hosted Model Context Protocol server that lets compatible AI clients create drafts, schedule posts, publish, list connected accounts, attach media, and check delivery status.

## Connection

- Remote endpoint: https://mcp.solnk.com/mcp
- Preferred authentication: OAuth when the client supports it
- Alternative authentication: a scoped Solnk Bearer API key
- API key management: https://solnk.com/settings/api-keys

## Supported clients

- Codex can connect over Streamable HTTP using OAuth or a Bearer key.
- Cursor and Claude Code can use direct remote MCP support when available, or an mcp-remote bridge.
- ChatGPT web availability depends on the account, workspace policy, and enabled developer or plugin features.

## Public tools

- `solnk_publish`: create a draft, schedule a post, or publish immediately.
- `solnk_confirm_publish`: release a reviewed draft immediately or schedule it.
- `solnk_get_publish_status`: check aggregate and per-destination delivery status.
- `solnk_list_accounts`: list the social accounts available to the agent.
- `solnk_create_media_upload`: start a local image or video upload.

## Recommended safety model

Start draft-first: let the agent prepare a post, review it in Solnk, and enable direct publishing only after the workflow is trusted. An agent can publish without manual approval only when the configured workflow and key permissions allow it.

## Product and pricing boundaries

MCP and REST API access are included with paid plans. A free account can be used to connect social accounts and prepare the workflow before upgrading. Current access, prices, and allowances are listed at https://solnk.com/pricing.md.

MCP reaches the same Solnk publishing layer as the REST API. It does not bypass destination-platform permissions, rate limits, or content rules.

## Related resources

- [Developer overview](https://solnk.com/developers.md)
- [REST API reference](https://solnk.com/api.md)
- [Pricing and limits](https://solnk.com/pricing.md)
- [About Solnk](https://solnk.com/about.md)
