@useclypt/mcp-server
Advanced tools
+2
-1
| { | ||
| "name": "@useclypt/mcp-server", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "mcpName": "io.github.nelsonjordanme/clypt", | ||
| "description": "Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.", | ||
@@ -5,0 +6,0 @@ "type": "module", |
+15
-1
@@ -17,2 +17,10 @@ # @useclypt/mcp-server | ||
| ## Try it | ||
| With the server configured in Claude Desktop, ask: | ||
| > *Use Clypt to clip this podcast and tell me when it's done: https://feeds.simplecast.com/abc123* | ||
| Claude will call `submit_job`, get back a job id, poll `get_job` until terminal, and surface the clips + trailer + transcript inline. Wall-clock: ~2-5 min for audio/RSS, ~10-12 min for video + trailer. | ||
| ## Installation | ||
@@ -67,3 +75,3 @@ | ||
| Get a sandbox key from your developer dashboard once it ships (until then, ask Nelson). | ||
| Get a sandbox key in seconds at [useclypt.com/developers/signup](https://useclypt.com/developers/signup) — no credit card, no waiting list. Sandbox keys (prefix `clk_test_`) return deterministic fixtures so you can wire up your agent for free before swapping in a `clk_live_` key. | ||
@@ -94,4 +102,10 @@ ## Environment variables | ||
| ## Learn more | ||
| - API reference: [useclypt.com/developers/docs](https://useclypt.com/developers/docs) | ||
| - Get a key: [useclypt.com/developers/signup](https://useclypt.com/developers/signup) | ||
| - About Clypt: [useclypt.com](https://useclypt.com) | ||
| ## License | ||
| MIT — see [LICENSE](LICENSE). |
30705
2.84%109
14.74%