[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-coinbase-automation":3,"mdc--uyktj4-key":53,"related-repo-composio-coinbase-automation":661,"related-org-composio-coinbase-automation":747},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":48,"sourceUrl":51,"mdContent":52},"coinbase-automation","Coinbase Automation","manage Coinbase wallets and portfolio data","Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[14,18,19,22,25],{"name":15,"slug":16,"type":17},"Blockchain","blockchain","tag",{"name":10,"slug":9,"type":17},{"name":20,"slug":21,"type":17},"Automation","automation",{"name":23,"slug":24,"type":17},"MCP","mcp",{"name":26,"slug":27,"type":17},"Trading","trading",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:52:28.849175",null,7603,[34,35,36,21,37,38,39,9,40,41,42,24,43,44,45,46,47],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":29,"stars":28,"forks":32,"topics":49,"description":50},[34,35,36,21,37,38,39,9,40,41,42,24,43,44,45,46,47],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fcomposio-skills\u002Fcoinbase-automation","---\nname: Coinbase Automation\ndescription: \"Coinbase Automation: list and manage cryptocurrency wallets, accounts, and portfolio data via Coinbase CDP SDK\"\nrequires:\n  mcp: [rube]\n---\n\n# Coinbase Automation\n\nAutomate Coinbase operations including listing cryptocurrency wallets, paginating through wallet collections, and retrieving portfolio data.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fcoinbase](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fcoinbase)\n\n---\n\n## Setup\n\nThis skill requires the **Rube MCP server** connected at `https:\u002F\u002Frube.app\u002Fmcp`.\n\nBefore executing any tools, ensure an active connection exists for the `coinbase` toolkit. If no connection is active, initiate one via `RUBE_MANAGE_CONNECTIONS`.\n\n---\n\n## Core Workflows\n\n### 1. List All Wallets\n\nRetrieve all wallets from Coinbase with pagination support.\n\n**Tool:** `COINBASE_LIST_WALLETS`\n\n**Key Parameters:**\n- `limit` -- Results per page (1--100, default: 25)\n- `order` -- Sort order: `\"asc\"` (ascending) or `\"desc\"` (descending, default)\n- `starting_after` -- Cursor for forward pagination: ID of the last wallet from the previous page\n- `ending_before` -- Cursor for backward pagination: ID of the first wallet from the previous page\n\n**Example (first page):**\n```\nTool: COINBASE_LIST_WALLETS\nArguments:\n  limit: 50\n  order: \"desc\"\n```\n\n**Example (next page):**\n```\nTool: COINBASE_LIST_WALLETS\nArguments:\n  limit: 50\n  order: \"desc\"\n  starting_after: \"wallet_abc123_last_id_from_prev_page\"\n```\n\n---\n\n### 2. Paginate Through All Wallets\n\nTo retrieve a complete wallet inventory, iterate through pages.\n\n**Steps:**\n1. Call `COINBASE_LIST_WALLETS` with desired `limit` and `order`\n2. If the response contains more results, note the ID of the last wallet returned\n3. Call `COINBASE_LIST_WALLETS` again with `starting_after` set to that last wallet ID\n4. Repeat until no more results are returned\n\n---\n\n### 3. Audit Wallet Portfolio\n\nRetrieve wallet data for portfolio analysis and reporting.\n\n**Steps:**\n1. Call `COINBASE_LIST_WALLETS` with `limit: 100` to maximize per-page results\n2. Collect wallet balances and metadata from each page\n3. Aggregate data across all pages for a complete portfolio view\n\n---\n\n### 4. Monitor Wallet Changes\n\nPeriodically list wallets to detect new additions or changes.\n\n**Steps:**\n1. Call `COINBASE_LIST_WALLETS` with `order: \"desc\"` to get newest wallets first\n2. Compare against previously stored wallet IDs to identify new entries\n3. Schedule periodic checks for continuous monitoring\n\n---\n\n## Known Pitfalls\n\n| Pitfall | Detail |\n|---------|--------|\n| **Pagination required** | Wallet lists are paginated. Always check for additional pages using cursor-based pagination (`starting_after`\u002F`ending_before`). |\n| **Limit bounds** | The `limit` parameter accepts 1--100. Values outside this range cause errors. Default is 25. |\n| **Cursor-based pagination** | Uses wallet IDs as cursors, not page numbers. You must extract the last\u002Ffirst wallet ID from each response to navigate pages. |\n| **CDP SDK scope** | This tool uses the Coinbase CDP SDK. Available operations depend on the API key permissions granted during connection setup. |\n\n---\n\n## Quick Reference\n\n| Tool Slug | Description |\n|-----------|-------------|\n| `COINBASE_LIST_WALLETS` | List cryptocurrency wallets with pagination |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":54,"body":57},{"name":5,"description":7,"requires":55},{"mcp":56},[44],{"type":58,"children":59},"root",[60,67,73,93,97,104,125,145,148,154,161,166,181,189,254,262,274,282,291,294,300,305,313,369,372,378,383,390,422,425,431,436,443,474,477,483,596,599,605,643,646],{"type":61,"tag":62,"props":63,"children":64},"element","h1",{"id":4},[65],{"type":66,"value":5},"text",{"type":61,"tag":68,"props":69,"children":70},"p",{},[71],{"type":66,"value":72},"Automate Coinbase operations including listing cryptocurrency wallets, paginating through wallet collections, and retrieving portfolio data.",{"type":61,"tag":68,"props":74,"children":75},{},[76,82,84],{"type":61,"tag":77,"props":78,"children":79},"strong",{},[80],{"type":66,"value":81},"Toolkit docs:",{"type":66,"value":83}," ",{"type":61,"tag":85,"props":86,"children":90},"a",{"href":87,"rel":88},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fcoinbase",[89],"nofollow",[91],{"type":66,"value":92},"composio.dev\u002Ftoolkits\u002Fcoinbase",{"type":61,"tag":94,"props":95,"children":96},"hr",{},[],{"type":61,"tag":98,"props":99,"children":101},"h2",{"id":100},"setup",[102],{"type":66,"value":103},"Setup",{"type":61,"tag":68,"props":105,"children":106},{},[107,109,114,116,123],{"type":66,"value":108},"This skill requires the ",{"type":61,"tag":77,"props":110,"children":111},{},[112],{"type":66,"value":113},"Rube MCP server",{"type":66,"value":115}," connected at ",{"type":61,"tag":117,"props":118,"children":120},"code",{"className":119},[],[121],{"type":66,"value":122},"https:\u002F\u002Frube.app\u002Fmcp",{"type":66,"value":124},".",{"type":61,"tag":68,"props":126,"children":127},{},[128,130,136,138,144],{"type":66,"value":129},"Before executing any tools, ensure an active connection exists for the ",{"type":61,"tag":117,"props":131,"children":133},{"className":132},[],[134],{"type":66,"value":135},"coinbase",{"type":66,"value":137}," toolkit. If no connection is active, initiate one via ",{"type":61,"tag":117,"props":139,"children":141},{"className":140},[],[142],{"type":66,"value":143},"RUBE_MANAGE_CONNECTIONS",{"type":66,"value":124},{"type":61,"tag":94,"props":146,"children":147},{},[],{"type":61,"tag":98,"props":149,"children":151},{"id":150},"core-workflows",[152],{"type":66,"value":153},"Core Workflows",{"type":61,"tag":155,"props":156,"children":158},"h3",{"id":157},"_1-list-all-wallets",[159],{"type":66,"value":160},"1. List All Wallets",{"type":61,"tag":68,"props":162,"children":163},{},[164],{"type":66,"value":165},"Retrieve all wallets from Coinbase with pagination support.",{"type":61,"tag":68,"props":167,"children":168},{},[169,174,175],{"type":61,"tag":77,"props":170,"children":171},{},[172],{"type":66,"value":173},"Tool:",{"type":66,"value":83},{"type":61,"tag":117,"props":176,"children":178},{"className":177},[],[179],{"type":66,"value":180},"COINBASE_LIST_WALLETS",{"type":61,"tag":68,"props":182,"children":183},{},[184],{"type":61,"tag":77,"props":185,"children":186},{},[187],{"type":66,"value":188},"Key Parameters:",{"type":61,"tag":190,"props":191,"children":192},"ul",{},[193,205,232,243],{"type":61,"tag":194,"props":195,"children":196},"li",{},[197,203],{"type":61,"tag":117,"props":198,"children":200},{"className":199},[],[201],{"type":66,"value":202},"limit",{"type":66,"value":204}," -- Results per page (1--100, default: 25)",{"type":61,"tag":194,"props":206,"children":207},{},[208,214,216,222,224,230],{"type":61,"tag":117,"props":209,"children":211},{"className":210},[],[212],{"type":66,"value":213},"order",{"type":66,"value":215}," -- Sort order: ",{"type":61,"tag":117,"props":217,"children":219},{"className":218},[],[220],{"type":66,"value":221},"\"asc\"",{"type":66,"value":223}," (ascending) or ",{"type":61,"tag":117,"props":225,"children":227},{"className":226},[],[228],{"type":66,"value":229},"\"desc\"",{"type":66,"value":231}," (descending, default)",{"type":61,"tag":194,"props":233,"children":234},{},[235,241],{"type":61,"tag":117,"props":236,"children":238},{"className":237},[],[239],{"type":66,"value":240},"starting_after",{"type":66,"value":242}," -- Cursor for forward pagination: ID of the last wallet from the previous page",{"type":61,"tag":194,"props":244,"children":245},{},[246,252],{"type":61,"tag":117,"props":247,"children":249},{"className":248},[],[250],{"type":66,"value":251},"ending_before",{"type":66,"value":253}," -- Cursor for backward pagination: ID of the first wallet from the previous page",{"type":61,"tag":68,"props":255,"children":256},{},[257],{"type":61,"tag":77,"props":258,"children":259},{},[260],{"type":66,"value":261},"Example (first page):",{"type":61,"tag":263,"props":264,"children":268},"pre",{"className":265,"code":267,"language":66},[266],"language-text","Tool: COINBASE_LIST_WALLETS\nArguments:\n  limit: 50\n  order: \"desc\"\n",[269],{"type":61,"tag":117,"props":270,"children":272},{"__ignoreMap":271},"",[273],{"type":66,"value":267},{"type":61,"tag":68,"props":275,"children":276},{},[277],{"type":61,"tag":77,"props":278,"children":279},{},[280],{"type":66,"value":281},"Example (next page):",{"type":61,"tag":263,"props":283,"children":286},{"className":284,"code":285,"language":66},[266],"Tool: COINBASE_LIST_WALLETS\nArguments:\n  limit: 50\n  order: \"desc\"\n  starting_after: \"wallet_abc123_last_id_from_prev_page\"\n",[287],{"type":61,"tag":117,"props":288,"children":289},{"__ignoreMap":271},[290],{"type":66,"value":285},{"type":61,"tag":94,"props":292,"children":293},{},[],{"type":61,"tag":155,"props":295,"children":297},{"id":296},"_2-paginate-through-all-wallets",[298],{"type":66,"value":299},"2. Paginate Through All Wallets",{"type":61,"tag":68,"props":301,"children":302},{},[303],{"type":66,"value":304},"To retrieve a complete wallet inventory, iterate through pages.",{"type":61,"tag":68,"props":306,"children":307},{},[308],{"type":61,"tag":77,"props":309,"children":310},{},[311],{"type":66,"value":312},"Steps:",{"type":61,"tag":314,"props":315,"children":316},"ol",{},[317,341,346,364],{"type":61,"tag":194,"props":318,"children":319},{},[320,322,327,329,334,336],{"type":66,"value":321},"Call ",{"type":61,"tag":117,"props":323,"children":325},{"className":324},[],[326],{"type":66,"value":180},{"type":66,"value":328}," with desired ",{"type":61,"tag":117,"props":330,"children":332},{"className":331},[],[333],{"type":66,"value":202},{"type":66,"value":335}," and ",{"type":61,"tag":117,"props":337,"children":339},{"className":338},[],[340],{"type":66,"value":213},{"type":61,"tag":194,"props":342,"children":343},{},[344],{"type":66,"value":345},"If the response contains more results, note the ID of the last wallet returned",{"type":61,"tag":194,"props":347,"children":348},{},[349,350,355,357,362],{"type":66,"value":321},{"type":61,"tag":117,"props":351,"children":353},{"className":352},[],[354],{"type":66,"value":180},{"type":66,"value":356}," again with ",{"type":61,"tag":117,"props":358,"children":360},{"className":359},[],[361],{"type":66,"value":240},{"type":66,"value":363}," set to that last wallet ID",{"type":61,"tag":194,"props":365,"children":366},{},[367],{"type":66,"value":368},"Repeat until no more results are returned",{"type":61,"tag":94,"props":370,"children":371},{},[],{"type":61,"tag":155,"props":373,"children":375},{"id":374},"_3-audit-wallet-portfolio",[376],{"type":66,"value":377},"3. Audit Wallet Portfolio",{"type":61,"tag":68,"props":379,"children":380},{},[381],{"type":66,"value":382},"Retrieve wallet data for portfolio analysis and reporting.",{"type":61,"tag":68,"props":384,"children":385},{},[386],{"type":61,"tag":77,"props":387,"children":388},{},[389],{"type":66,"value":312},{"type":61,"tag":314,"props":391,"children":392},{},[393,412,417],{"type":61,"tag":194,"props":394,"children":395},{},[396,397,402,404,410],{"type":66,"value":321},{"type":61,"tag":117,"props":398,"children":400},{"className":399},[],[401],{"type":66,"value":180},{"type":66,"value":403}," with ",{"type":61,"tag":117,"props":405,"children":407},{"className":406},[],[408],{"type":66,"value":409},"limit: 100",{"type":66,"value":411}," to maximize per-page results",{"type":61,"tag":194,"props":413,"children":414},{},[415],{"type":66,"value":416},"Collect wallet balances and metadata from each page",{"type":61,"tag":194,"props":418,"children":419},{},[420],{"type":66,"value":421},"Aggregate data across all pages for a complete portfolio view",{"type":61,"tag":94,"props":423,"children":424},{},[],{"type":61,"tag":155,"props":426,"children":428},{"id":427},"_4-monitor-wallet-changes",[429],{"type":66,"value":430},"4. Monitor Wallet Changes",{"type":61,"tag":68,"props":432,"children":433},{},[434],{"type":66,"value":435},"Periodically list wallets to detect new additions or changes.",{"type":61,"tag":68,"props":437,"children":438},{},[439],{"type":61,"tag":77,"props":440,"children":441},{},[442],{"type":66,"value":312},{"type":61,"tag":314,"props":444,"children":445},{},[446,464,469],{"type":61,"tag":194,"props":447,"children":448},{},[449,450,455,456,462],{"type":66,"value":321},{"type":61,"tag":117,"props":451,"children":453},{"className":452},[],[454],{"type":66,"value":180},{"type":66,"value":403},{"type":61,"tag":117,"props":457,"children":459},{"className":458},[],[460],{"type":66,"value":461},"order: \"desc\"",{"type":66,"value":463}," to get newest wallets first",{"type":61,"tag":194,"props":465,"children":466},{},[467],{"type":66,"value":468},"Compare against previously stored wallet IDs to identify new entries",{"type":61,"tag":194,"props":470,"children":471},{},[472],{"type":66,"value":473},"Schedule periodic checks for continuous monitoring",{"type":61,"tag":94,"props":475,"children":476},{},[],{"type":61,"tag":98,"props":478,"children":480},{"id":479},"known-pitfalls",[481],{"type":66,"value":482},"Known Pitfalls",{"type":61,"tag":484,"props":485,"children":486},"table",{},[487,506],{"type":61,"tag":488,"props":489,"children":490},"thead",{},[491],{"type":61,"tag":492,"props":493,"children":494},"tr",{},[495,501],{"type":61,"tag":496,"props":497,"children":498},"th",{},[499],{"type":66,"value":500},"Pitfall",{"type":61,"tag":496,"props":502,"children":503},{},[504],{"type":66,"value":505},"Detail",{"type":61,"tag":507,"props":508,"children":509},"tbody",{},[510,541,564,580],{"type":61,"tag":492,"props":511,"children":512},{},[513,522],{"type":61,"tag":514,"props":515,"children":516},"td",{},[517],{"type":61,"tag":77,"props":518,"children":519},{},[520],{"type":66,"value":521},"Pagination required",{"type":61,"tag":514,"props":523,"children":524},{},[525,527,532,534,539],{"type":66,"value":526},"Wallet lists are paginated. Always check for additional pages using cursor-based pagination (",{"type":61,"tag":117,"props":528,"children":530},{"className":529},[],[531],{"type":66,"value":240},{"type":66,"value":533},"\u002F",{"type":61,"tag":117,"props":535,"children":537},{"className":536},[],[538],{"type":66,"value":251},{"type":66,"value":540},").",{"type":61,"tag":492,"props":542,"children":543},{},[544,552],{"type":61,"tag":514,"props":545,"children":546},{},[547],{"type":61,"tag":77,"props":548,"children":549},{},[550],{"type":66,"value":551},"Limit bounds",{"type":61,"tag":514,"props":553,"children":554},{},[555,557,562],{"type":66,"value":556},"The ",{"type":61,"tag":117,"props":558,"children":560},{"className":559},[],[561],{"type":66,"value":202},{"type":66,"value":563}," parameter accepts 1--100. Values outside this range cause errors. Default is 25.",{"type":61,"tag":492,"props":565,"children":566},{},[567,575],{"type":61,"tag":514,"props":568,"children":569},{},[570],{"type":61,"tag":77,"props":571,"children":572},{},[573],{"type":66,"value":574},"Cursor-based pagination",{"type":61,"tag":514,"props":576,"children":577},{},[578],{"type":66,"value":579},"Uses wallet IDs as cursors, not page numbers. You must extract the last\u002Ffirst wallet ID from each response to navigate pages.",{"type":61,"tag":492,"props":581,"children":582},{},[583,591],{"type":61,"tag":514,"props":584,"children":585},{},[586],{"type":61,"tag":77,"props":587,"children":588},{},[589],{"type":66,"value":590},"CDP SDK scope",{"type":61,"tag":514,"props":592,"children":593},{},[594],{"type":66,"value":595},"This tool uses the Coinbase CDP SDK. Available operations depend on the API key permissions granted during connection setup.",{"type":61,"tag":94,"props":597,"children":598},{},[],{"type":61,"tag":98,"props":600,"children":602},{"id":601},"quick-reference",[603],{"type":66,"value":604},"Quick Reference",{"type":61,"tag":484,"props":606,"children":607},{},[608,624],{"type":61,"tag":488,"props":609,"children":610},{},[611],{"type":61,"tag":492,"props":612,"children":613},{},[614,619],{"type":61,"tag":496,"props":615,"children":616},{},[617],{"type":66,"value":618},"Tool Slug",{"type":61,"tag":496,"props":620,"children":621},{},[622],{"type":66,"value":623},"Description",{"type":61,"tag":507,"props":625,"children":626},{},[627],{"type":61,"tag":492,"props":628,"children":629},{},[630,638],{"type":61,"tag":514,"props":631,"children":632},{},[633],{"type":61,"tag":117,"props":634,"children":636},{"className":635},[],[637],{"type":66,"value":180},{"type":61,"tag":514,"props":639,"children":640},{},[641],{"type":66,"value":642},"List cryptocurrency wallets with pagination",{"type":61,"tag":94,"props":644,"children":645},{},[],{"type":61,"tag":68,"props":647,"children":648},{},[649],{"type":61,"tag":650,"props":651,"children":652},"em",{},[653,655],{"type":66,"value":654},"Powered by ",{"type":61,"tag":85,"props":656,"children":659},{"href":657,"rel":658},"https:\u002F\u002Fcomposio.dev",[89],[660],{"type":66,"value":10},{"items":662,"total":746},[663,677,693,702,712,724,733],{"slug":664,"name":665,"fn":666,"description":667,"org":668,"tags":669,"stars":28,"repoUrl":29,"updatedAt":676},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[670,671,672,673],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":23,"slug":24,"type":17},{"name":674,"slug":675,"type":17},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":678,"name":679,"fn":680,"description":681,"org":682,"tags":683,"stars":28,"repoUrl":29,"updatedAt":692},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[684,685,688,689],{"name":20,"slug":21,"type":17},{"name":686,"slug":687,"type":17},"Communications","communications",{"name":23,"slug":24,"type":17},{"name":690,"slug":691,"type":17},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":694,"name":694,"fn":695,"description":696,"org":697,"tags":698,"stars":28,"repoUrl":29,"updatedAt":701},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[699,700],{"name":20,"slug":21,"type":17},{"name":23,"slug":24,"type":17},"2026-07-12T08:09:55.453088",{"slug":703,"name":703,"fn":704,"description":705,"org":706,"tags":707,"stars":28,"repoUrl":29,"updatedAt":711},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[708,709,710],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":23,"slug":24,"type":17},"2026-07-15T05:45:16.470309",{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":28,"repoUrl":29,"updatedAt":723},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[718,719,720],{"name":20,"slug":21,"type":17},{"name":23,"slug":24,"type":17},{"name":721,"slug":722,"type":17},"Security","security","2026-07-15T05:56:20.013366",{"slug":725,"name":725,"fn":726,"description":727,"org":728,"tags":729,"stars":28,"repoUrl":29,"updatedAt":732},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[730,731],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},"2026-07-15T05:54:50.762889",{"slug":734,"name":734,"fn":735,"description":736,"org":737,"tags":738,"stars":28,"repoUrl":29,"updatedAt":745},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[739,740,741,744],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":742,"slug":743,"type":17},"CRM","crm",{"name":23,"slug":24,"type":17},"2026-07-15T05:48:43.429136",860,{"items":748,"total":852},[749,756,763,768,774,780,785,792,806,819,832,842],{"slug":664,"name":665,"fn":666,"description":667,"org":750,"tags":751,"stars":28,"repoUrl":29,"updatedAt":676},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[752,753,754,755],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":23,"slug":24,"type":17},{"name":674,"slug":675,"type":17},{"slug":678,"name":679,"fn":680,"description":681,"org":757,"tags":758,"stars":28,"repoUrl":29,"updatedAt":692},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[759,760,761,762],{"name":20,"slug":21,"type":17},{"name":686,"slug":687,"type":17},{"name":23,"slug":24,"type":17},{"name":690,"slug":691,"type":17},{"slug":694,"name":694,"fn":695,"description":696,"org":764,"tags":765,"stars":28,"repoUrl":29,"updatedAt":701},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[766,767],{"name":20,"slug":21,"type":17},{"name":23,"slug":24,"type":17},{"slug":703,"name":703,"fn":704,"description":705,"org":769,"tags":770,"stars":28,"repoUrl":29,"updatedAt":711},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[771,772,773],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":23,"slug":24,"type":17},{"slug":713,"name":713,"fn":714,"description":715,"org":775,"tags":776,"stars":28,"repoUrl":29,"updatedAt":723},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[777,778,779],{"name":20,"slug":21,"type":17},{"name":23,"slug":24,"type":17},{"name":721,"slug":722,"type":17},{"slug":725,"name":725,"fn":726,"description":727,"org":781,"tags":782,"stars":28,"repoUrl":29,"updatedAt":732},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[783,784],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"slug":734,"name":734,"fn":735,"description":736,"org":786,"tags":787,"stars":28,"repoUrl":29,"updatedAt":745},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[788,789,790,791],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":742,"slug":743,"type":17},{"name":23,"slug":24,"type":17},{"slug":793,"name":793,"fn":794,"description":795,"org":796,"tags":797,"stars":28,"repoUrl":29,"updatedAt":805},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[798,799,802],{"name":20,"slug":21,"type":17},{"name":800,"slug":801,"type":17},"Documents","documents",{"name":803,"slug":804,"type":17},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":807,"name":807,"fn":808,"description":809,"org":810,"tags":811,"stars":28,"repoUrl":29,"updatedAt":818},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[812,813,814,815],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":23,"slug":24,"type":17},{"name":816,"slug":817,"type":17},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":820,"name":820,"fn":821,"description":822,"org":823,"tags":824,"stars":28,"repoUrl":29,"updatedAt":831},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[825,826,827,828],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":742,"slug":743,"type":17},{"name":829,"slug":830,"type":17},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":833,"name":833,"fn":834,"description":835,"org":836,"tags":837,"stars":28,"repoUrl":29,"updatedAt":841},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[838,839,840],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":23,"slug":24,"type":17},"2026-07-15T05:47:51.742515",{"slug":843,"name":843,"fn":844,"description":845,"org":846,"tags":847,"stars":28,"repoUrl":29,"updatedAt":851},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[848,849,850],{"name":20,"slug":21,"type":17},{"name":10,"slug":9,"type":17},{"name":23,"slug":24,"type":17},"2026-07-15T05:45:05.303254",863]