[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-deepgram-mcporter":3,"mdc--5q4ju1-key":32,"related-repo-deepgram-mcporter":307,"related-org-deepgram-mcporter":398},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":30,"mdContent":31},"mcporter","configure and call MCP servers","Use the mcporter CLI to list, configure, auth, and call MCP servers\u002Ftools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI\u002Ftype generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"deepgram","Deepgram","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdeepgram.png",[12,16,19],{"name":13,"slug":14,"type":15},"Automation","automation","tag",{"name":17,"slug":18,"type":15},"CLI","cli",{"name":20,"slug":21,"type":15},"MCP","mcp",23,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw","2026-07-12T08:28:35.463103",null,9,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":25},[],"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdglabs-deepclaw\u002Ftree\u002FHEAD\u002Fskills\u002Fmcporter","---\nname: mcporter\ndescription: Use the mcporter CLI to list, configure, auth, and call MCP servers\u002Ftools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI\u002Ftype generation.\nhomepage: http:\u002F\u002Fmcporter.dev\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"📦\",\n        \"requires\": { \"bins\": [\"mcporter\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"node\",\n              \"kind\": \"node\",\n              \"package\": \"mcporter\",\n              \"bins\": [\"mcporter\"],\n              \"label\": \"Install mcporter (node)\",\n            },\n          ],\n      },\n  }\n---\n\n# mcporter\n\nUse `mcporter` to work with MCP servers directly.\n\nQuick start\n\n- `mcporter list`\n- `mcporter list \u003Cserver> --schema`\n- `mcporter call \u003Cserver.tool> key=value`\n\nCall tools\n\n- Selector: `mcporter call linear.list_issues team=ENG limit:5`\n- Function syntax: `mcporter call \"linear.create_issue(title: \\\"Bug\\\")\"`\n- Full URL: `mcporter call https:\u002F\u002Fapi.example.com\u002Fmcp.fetch url:https:\u002F\u002Fexample.com`\n- Stdio: `mcporter call --stdio \"bun run .\u002Fserver.ts\" scrape url=https:\u002F\u002Fexample.com`\n- JSON payload: `mcporter call \u003Cserver.tool> --args '{\"limit\":5}'`\n\nAuth + config\n\n- OAuth: `mcporter auth \u003Cserver | url> [--reset]`\n- Config: `mcporter config list|get|add|remove|import|login|logout`\n\nDaemon\n\n- `mcporter daemon start|status|stop|restart`\n\nCodegen\n\n- CLI: `mcporter generate-cli --server \u003Cname>` or `--command \u003Curl>`\n- Inspect: `mcporter inspect-cli \u003Cpath> [--json]`\n- TS: `mcporter emit-ts \u003Cserver> --mode client|types`\n\nNotes\n\n- Config default: `.\u002Fconfig\u002Fmcporter.json` (override with `--config`).\n- Prefer `--output json` for machine-readable results.\n",{"data":33,"body":45},{"name":4,"description":6,"homepage":34,"metadata":35},"http:\u002F\u002Fmcporter.dev",{"openclaw":36},{"emoji":37,"requires":38,"install":40},"📦",{"bins":39},[4],[41],{"id":42,"kind":42,"package":4,"bins":43,"label":44},"node",[4],"Install mcporter (node)",{"type":46,"children":47},"root",[48,55,69,74,106,111,169,174,199,204,216,221,265,270],{"type":49,"tag":50,"props":51,"children":52},"element","h1",{"id":4},[53],{"type":54,"value":4},"text",{"type":49,"tag":56,"props":57,"children":58},"p",{},[59,61,67],{"type":54,"value":60},"Use ",{"type":49,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":54,"value":4},{"type":54,"value":68}," to work with MCP servers directly.",{"type":49,"tag":56,"props":70,"children":71},{},[72],{"type":54,"value":73},"Quick start",{"type":49,"tag":75,"props":76,"children":77},"ul",{},[78,88,97],{"type":49,"tag":79,"props":80,"children":81},"li",{},[82],{"type":49,"tag":62,"props":83,"children":85},{"className":84},[],[86],{"type":54,"value":87},"mcporter list",{"type":49,"tag":79,"props":89,"children":90},{},[91],{"type":49,"tag":62,"props":92,"children":94},{"className":93},[],[95],{"type":54,"value":96},"mcporter list \u003Cserver> --schema",{"type":49,"tag":79,"props":98,"children":99},{},[100],{"type":49,"tag":62,"props":101,"children":103},{"className":102},[],[104],{"type":54,"value":105},"mcporter call \u003Cserver.tool> key=value",{"type":49,"tag":56,"props":107,"children":108},{},[109],{"type":54,"value":110},"Call tools",{"type":49,"tag":75,"props":112,"children":113},{},[114,125,136,147,158],{"type":49,"tag":79,"props":115,"children":116},{},[117,119],{"type":54,"value":118},"Selector: ",{"type":49,"tag":62,"props":120,"children":122},{"className":121},[],[123],{"type":54,"value":124},"mcporter call linear.list_issues team=ENG limit:5",{"type":49,"tag":79,"props":126,"children":127},{},[128,130],{"type":54,"value":129},"Function syntax: ",{"type":49,"tag":62,"props":131,"children":133},{"className":132},[],[134],{"type":54,"value":135},"mcporter call \"linear.create_issue(title: \\\"Bug\\\")\"",{"type":49,"tag":79,"props":137,"children":138},{},[139,141],{"type":54,"value":140},"Full URL: ",{"type":49,"tag":62,"props":142,"children":144},{"className":143},[],[145],{"type":54,"value":146},"mcporter call https:\u002F\u002Fapi.example.com\u002Fmcp.fetch url:https:\u002F\u002Fexample.com",{"type":49,"tag":79,"props":148,"children":149},{},[150,152],{"type":54,"value":151},"Stdio: ",{"type":49,"tag":62,"props":153,"children":155},{"className":154},[],[156],{"type":54,"value":157},"mcporter call --stdio \"bun run .\u002Fserver.ts\" scrape url=https:\u002F\u002Fexample.com",{"type":49,"tag":79,"props":159,"children":160},{},[161,163],{"type":54,"value":162},"JSON payload: ",{"type":49,"tag":62,"props":164,"children":166},{"className":165},[],[167],{"type":54,"value":168},"mcporter call \u003Cserver.tool> --args '{\"limit\":5}'",{"type":49,"tag":56,"props":170,"children":171},{},[172],{"type":54,"value":173},"Auth + config",{"type":49,"tag":75,"props":175,"children":176},{},[177,188],{"type":49,"tag":79,"props":178,"children":179},{},[180,182],{"type":54,"value":181},"OAuth: ",{"type":49,"tag":62,"props":183,"children":185},{"className":184},[],[186],{"type":54,"value":187},"mcporter auth \u003Cserver | url> [--reset]",{"type":49,"tag":79,"props":189,"children":190},{},[191,193],{"type":54,"value":192},"Config: ",{"type":49,"tag":62,"props":194,"children":196},{"className":195},[],[197],{"type":54,"value":198},"mcporter config list|get|add|remove|import|login|logout",{"type":49,"tag":56,"props":200,"children":201},{},[202],{"type":54,"value":203},"Daemon",{"type":49,"tag":75,"props":205,"children":206},{},[207],{"type":49,"tag":79,"props":208,"children":209},{},[210],{"type":49,"tag":62,"props":211,"children":213},{"className":212},[],[214],{"type":54,"value":215},"mcporter daemon start|status|stop|restart",{"type":49,"tag":56,"props":217,"children":218},{},[219],{"type":54,"value":220},"Codegen",{"type":49,"tag":75,"props":222,"children":223},{},[224,243,254],{"type":49,"tag":79,"props":225,"children":226},{},[227,229,235,237],{"type":54,"value":228},"CLI: ",{"type":49,"tag":62,"props":230,"children":232},{"className":231},[],[233],{"type":54,"value":234},"mcporter generate-cli --server \u003Cname>",{"type":54,"value":236}," or ",{"type":49,"tag":62,"props":238,"children":240},{"className":239},[],[241],{"type":54,"value":242},"--command \u003Curl>",{"type":49,"tag":79,"props":244,"children":245},{},[246,248],{"type":54,"value":247},"Inspect: ",{"type":49,"tag":62,"props":249,"children":251},{"className":250},[],[252],{"type":54,"value":253},"mcporter inspect-cli \u003Cpath> [--json]",{"type":49,"tag":79,"props":255,"children":256},{},[257,259],{"type":54,"value":258},"TS: ",{"type":49,"tag":62,"props":260,"children":262},{"className":261},[],[263],{"type":54,"value":264},"mcporter emit-ts \u003Cserver> --mode client|types",{"type":49,"tag":56,"props":266,"children":267},{},[268],{"type":54,"value":269},"Notes",{"type":49,"tag":75,"props":271,"children":272},{},[273,294],{"type":49,"tag":79,"props":274,"children":275},{},[276,278,284,286,292],{"type":54,"value":277},"Config default: ",{"type":49,"tag":62,"props":279,"children":281},{"className":280},[],[282],{"type":54,"value":283},".\u002Fconfig\u002Fmcporter.json",{"type":54,"value":285}," (override with ",{"type":49,"tag":62,"props":287,"children":289},{"className":288},[],[290],{"type":54,"value":291},"--config",{"type":54,"value":293},").",{"type":49,"tag":79,"props":295,"children":296},{},[297,299,305],{"type":54,"value":298},"Prefer ",{"type":49,"tag":62,"props":300,"children":302},{"className":301},[],[303],{"type":54,"value":304},"--output json",{"type":54,"value":306}," for machine-readable results.",{"items":308,"total":397},[309,321,335,347,358,370,381],{"slug":310,"name":310,"fn":311,"description":312,"org":313,"tags":314,"stars":22,"repoUrl":23,"updatedAt":320},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[315,316,317],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":318,"slug":319,"type":15},"Security","security","2026-07-12T08:28:49.991939",{"slug":322,"name":322,"fn":323,"description":324,"org":325,"tags":326,"stars":22,"repoUrl":23,"updatedAt":334},"apple-notes","manage Apple Notes on macOS","Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[327,328,331],{"name":17,"slug":18,"type":15},{"name":329,"slug":330,"type":15},"Knowledge Management","knowledge-management",{"name":332,"slug":333,"type":15},"macOS","macos","2026-07-12T08:29:01.538106",{"slug":336,"name":336,"fn":337,"description":338,"org":339,"tags":340,"stars":22,"repoUrl":23,"updatedAt":346},"apple-reminders","manage Apple Reminders via CLI","Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON\u002Fplain output.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[341,342,343],{"name":17,"slug":18,"type":15},{"name":332,"slug":333,"type":15},{"name":344,"slug":345,"type":15},"Task Management","task-management","2026-07-12T08:29:14.035414",{"slug":348,"name":348,"fn":349,"description":350,"org":351,"tags":352,"stars":22,"repoUrl":23,"updatedAt":357},"bear-notes","manage Bear notes via CLI","Create, search, and manage Bear notes via grizzly CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[353,354,355],{"name":17,"slug":18,"type":15},{"name":329,"slug":330,"type":15},{"name":269,"slug":356,"type":15},"notes","2026-07-12T08:28:51.246011",{"slug":359,"name":359,"fn":360,"description":361,"org":362,"tags":363,"stars":22,"repoUrl":23,"updatedAt":369},"blogwatcher","monitor blogs and RSS feeds","Monitor blogs and RSS\u002FAtom feeds for updates using the blogwatcher CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[364,365,366],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":367,"slug":368,"type":15},"Monitoring","monitoring","2026-07-12T08:29:02.762321",{"slug":371,"name":371,"fn":372,"description":373,"org":374,"tags":375,"stars":22,"repoUrl":23,"updatedAt":380},"blucli","control BluOS audio playback","BluOS CLI (blu) for discovery, playback, grouping, and volume.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[376,379],{"name":377,"slug":378,"type":15},"Audio","audio",{"name":17,"slug":18,"type":15},"2026-07-12T08:28:21.009637",{"slug":382,"name":382,"fn":383,"description":384,"org":385,"tags":386,"stars":22,"repoUrl":23,"updatedAt":396},"bluebubbles","send and manage iMessages","Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel=\"bluebubbles\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[387,390,393],{"name":388,"slug":389,"type":15},"Communications","communications",{"name":391,"slug":392,"type":15},"iMessage","imessage",{"name":394,"slug":395,"type":15},"Messaging","messaging","2026-07-12T08:28:57.517914",54,{"items":399,"total":506},[400,416,422,428,434,440,446,451,457,471,483,495],{"slug":401,"name":401,"fn":402,"description":403,"org":404,"tags":405,"stars":413,"repoUrl":414,"updatedAt":415},"deepclaw-voice","configure phone calls with Deepgram Voice","Set up phone calling to OpenClaw using Deepgram Voice Agent API",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[406,409,410],{"name":407,"slug":408,"type":15},"API Development","api-development",{"name":9,"slug":8,"type":15},{"name":411,"slug":412,"type":15},"Voice","voice",78,"https:\u002F\u002Fgithub.com\u002Fdeepgram\u002Fdeepclaw","2026-07-12T08:29:25.371332",{"slug":310,"name":310,"fn":311,"description":312,"org":417,"tags":418,"stars":22,"repoUrl":23,"updatedAt":320},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[419,420,421],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":318,"slug":319,"type":15},{"slug":322,"name":322,"fn":323,"description":324,"org":423,"tags":424,"stars":22,"repoUrl":23,"updatedAt":334},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[425,426,427],{"name":17,"slug":18,"type":15},{"name":329,"slug":330,"type":15},{"name":332,"slug":333,"type":15},{"slug":336,"name":336,"fn":337,"description":338,"org":429,"tags":430,"stars":22,"repoUrl":23,"updatedAt":346},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[431,432,433],{"name":17,"slug":18,"type":15},{"name":332,"slug":333,"type":15},{"name":344,"slug":345,"type":15},{"slug":348,"name":348,"fn":349,"description":350,"org":435,"tags":436,"stars":22,"repoUrl":23,"updatedAt":357},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[437,438,439],{"name":17,"slug":18,"type":15},{"name":329,"slug":330,"type":15},{"name":269,"slug":356,"type":15},{"slug":359,"name":359,"fn":360,"description":361,"org":441,"tags":442,"stars":22,"repoUrl":23,"updatedAt":369},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[443,444,445],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":367,"slug":368,"type":15},{"slug":371,"name":371,"fn":372,"description":373,"org":447,"tags":448,"stars":22,"repoUrl":23,"updatedAt":380},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[449,450],{"name":377,"slug":378,"type":15},{"name":17,"slug":18,"type":15},{"slug":382,"name":382,"fn":383,"description":384,"org":452,"tags":453,"stars":22,"repoUrl":23,"updatedAt":396},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[454,455,456],{"name":388,"slug":389,"type":15},{"name":391,"slug":392,"type":15},{"name":394,"slug":395,"type":15},{"slug":458,"name":458,"fn":459,"description":460,"org":461,"tags":462,"stars":22,"repoUrl":23,"updatedAt":470},"camsnap","capture frames and clips from cameras","Capture frames or clips from RTSP\u002FONVIF cameras.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[463,464,467],{"name":13,"slug":14,"type":15},{"name":465,"slug":466,"type":15},"Camera","camera",{"name":468,"slug":469,"type":15},"Media","media","2026-07-12T08:28:28.096134",{"slug":472,"name":472,"fn":473,"description":474,"org":475,"tags":476,"stars":22,"repoUrl":23,"updatedAt":482},"clawhub","manage agent skills with ClawHub","Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new\u002Fupdated skill folders with the npm-installed clawhub CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[477,480,481],{"name":478,"slug":479,"type":15},"Agents","agents",{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},"2026-07-12T08:28:30.589001",{"slug":484,"name":484,"fn":485,"description":486,"org":487,"tags":488,"stars":22,"repoUrl":23,"updatedAt":494},"coding-agent","run coding agents for programmatic control","Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[489,490,491],{"name":478,"slug":479,"type":15},{"name":13,"slug":14,"type":15},{"name":492,"slug":493,"type":15},"Coding","coding","2026-07-12T08:29:08.6658",{"slug":496,"name":496,"fn":497,"description":498,"org":499,"tags":500,"stars":22,"repoUrl":23,"updatedAt":505},"eightctl","control Eight Sleep pod settings","Control Eight Sleep pods (status, temperature, alarms, schedules).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[501,502],{"name":13,"slug":14,"type":15},{"name":503,"slug":504,"type":15},"Hardware","hardware","2026-07-12T08:28:39.322181",73]