ShareThis MCP
First-party remote Model Context Protocol server that exposes ShareThis property and app management to AI assistants. Documented on ShareThis's own site at https://sharethis.com/mcp/ and served from mcp.sharethis.com with a human-readable landing page on GET / and the JSON-RPC endpoint on POST / (the host root — NOT /mcp, which returns 404).
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.
Descriptor
Candidate descriptor · transport
Tools
sharethis_properties_create— Create a property for the authenticated user.sharethis_properties_list— List properties for the authenticated user.sharethis_properties_get— Get a property by ID.sharethis_properties_validate— Validate property ownership via domain file.sharethis_apps_upsert— Create or update an app config for a property.sharethis_apps_list— List apps configured for a property.sharethis_apps_get— Get configuration for a specific app on a property.sharethis_apps_delete— Remove an app from a property.sharethis_apps_liveview— Show the live saved view of a ShareThis app using the property sharethis.js runtime.
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.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.