# Dropthis > Dropthis is the publish layer between AI and the internet. Publish generated HTML, static folders, files, or content and get a permanent shareable URL. One API call in, one URL out. For AI agents and automation, use the tools below. ## Command line tool Install and use the Dropthis CLI from the terminal. - [npm](https://www.npmjs.com/package/@dropthis/cli): Install via `npm install -g @dropthis/cli` - [Repository](https://github.com/dropthis-dev/dropthis-cli): Source code and issues ## Node SDK Publish content programmatically from Node.js. - [npm](https://www.npmjs.com/package/@dropthis/node): Install via `npm install @dropthis/node` - [Repository](https://github.com/dropthis-dev/dropthis-node): Source code and issues ## MCP server Connect Dropthis to MCP-compatible agents (Claude Code, Cursor, Windsurf, Claude Desktop, ChatGPT, n8n). 16 tools: dropthis_publish, dropthis_update_content, dropthis_update_settings, dropthis_get, dropthis_get_content, dropthis_list, dropthis_list_deployments, dropthis_delete, dropthis_resolve, dropthis_account, dropthis_domains_connect, dropthis_domains_verify, dropthis_domains_list, dropthis_domains_get, dropthis_domains_update, dropthis_domains_delete. - [npm](https://www.npmjs.com/package/@dropthis/mcp): Local stdio server — run `npx @dropthis/mcp` - [Remote endpoint](https://mcp.dropthis.app/mcp): Streamable HTTP connector — OAuth for chat clients, or a static `sk_` Bearer for n8n/CI - [Repository](https://github.com/dropthis-dev/dropthis-mcp): Source code, setup, and issues ## Skills Best practices for publishing content with agents. - [Skills Discovery](https://dropthis.app/.well-known/agent-skills/index.json): Machine-readable skill index - [Dropthis Node SDK](https://raw.githubusercontent.com/dropthis-dev/dropthis-skills/main/skills/dropthis-node/SKILL.md): Agent skill for SDK integration - [Dropthis CLI](https://raw.githubusercontent.com/dropthis-dev/dropthis-skills/main/skills/dropthis-cli/SKILL.md): Agent skill for CLI operations - [Dropthis MCP](https://raw.githubusercontent.com/dropthis-dev/dropthis-skills/main/skills/dropthis-mcp/SKILL.md): Agent skill for the MCP server ## Samples Runnable examples — games, decks, reports, galleries — each with the prompt to replicate it. - [Samples repository](https://github.com/dropthis-dev/dropthis-samples): Point an agent at this repo for a guided first drop (see its AGENTS.md) - [Agent guide](https://raw.githubusercontent.com/dropthis-dev/dropthis-samples/main/AGENTS.md): One-sentence intro + steps to publish a first drop ## REST API - [OpenAPI spec (JSON)](https://dropthis.app/openapi.json): Full API specification ## Blog Articles on agent publishing, sharing AI work, instant hosting, and MCP. Every post has a raw-markdown alternate (append `.md` to the post slug). - [Blog](https://dropthis.app/blog/): All posts - [Blog llms.txt](https://dropthis.app/blog/llms.txt): Machine-readable post index with markdown links - [Blog llms-full.txt](https://dropthis.app/blog/llms-full.txt): Entire post corpus as one markdown document - [RSS feed](https://dropthis.app/blog/rss.xml): Full-content feed ## Company - [About](https://dropthis.app/about): What dropthis is and who builds it