[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-semrush-automation":3,"mdc--pxw2py-key":53,"related-org-composio-semrush-automation":1466,"related-repo-composio-semrush-automation":1612},{"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},"semrush-automation","SEMrush Automation","automate SEO analysis with SEMrush","Automate SEO analysis with SEMrush -- research keywords, analyze domain organic rankings, audit backlinks, assess keyword difficulty, and discover related terms through the Composio SEMrush integration.",{"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},"Marketing","marketing","tag",{"name":10,"slug":9,"type":17},{"name":20,"slug":21,"type":17},"SEO","seo",{"name":23,"slug":24,"type":17},"Automation","automation",{"name":26,"slug":27,"type":17},"MCP","mcp",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:46:31.844275",null,7603,[34,35,36,24,37,38,39,9,40,41,42,27,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,24,37,38,39,9,40,41,42,27,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\u002Fsemrush-automation","---\nname: SEMrush Automation\ndescription: \"Automate SEO analysis with SEMrush -- research keywords, analyze domain organic rankings, audit backlinks, assess keyword difficulty, and discover related terms through the Composio SEMrush integration.\"\nrequires:\n  mcp:\n    - rube\n---\n\n# SEMrush Automation\n\nRun **SEMrush** SEO analytics directly from Claude Code. Analyze domain keywords, audit backlink profiles, research keyword difficulty, discover related terms, and track organic page performance without leaving your terminal.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fsemrush](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fsemrush)\n\n---\n\n## Setup\n\n1. Add the Composio MCP server to your configuration:\n   ```\n   https:\u002F\u002Frube.app\u002Fmcp\n   ```\n2. Connect your SEMrush account when prompted. The agent will provide an authentication link.\n3. All SEMrush tools require a `database` parameter specifying the regional database (e.g., `us`, `uk`, `de`). Choose the correct region for your target audience.\n\n---\n\n## Core Workflows\n\n### 1. Domain Organic Keywords Analysis\n\nRetrieve all organic search keywords for a domain, including positions, traffic estimates, CPC, and keyword difficulty.\n\n**Tool:** `SEMRUSH_DOMAIN_ORGANIC_SEARCH_KEYWORDS`\n\nKey parameters:\n- `domain` (required) -- e.g., `example.com`\n- `database` (required) -- regional database code (e.g., `us`, `uk`, `de`)\n- `display_limit` (default 10000) and `display_offset` (default 0) -- pagination\n- `display_sort` -- sort by position, traffic, volume, etc. (e.g., `tr_desc` for traffic descending)\n- `display_date` -- historical data in `YYYYMM15` format (monthly) or `YYYYMMDD` (daily)\n- `export_columns` -- specify columns like `Ph` (phrase), `Po` (position), `Nq` (volume), `Tr` (traffic), `Kd` (difficulty)\n- `display_filter` -- filter by specific columns\n\nExample prompt: *\"Get the top 100 organic keywords for example.com in the US database, sorted by traffic\"*\n\n---\n\n### 2. Keyword Overview and Batch Analysis\n\nGet detailed metrics for individual keywords or analyze up to 100 keywords at once.\n\n**Tools:** `SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE`, `SEMRUSH_BATCH_KEYWORD_OVERVIEW`\n\nFor single keyword:\n- `phrase` (required) -- keyword to investigate\n- `database` (required) -- regional database\n\nFor batch (up to 100 keywords):\n- `phrase` (required) -- semicolon-separated keywords (max 255 chars total)\n- `database` (required) -- regional database\n- `export_columns` -- `Ph` (phrase), `Nq` (volume), `Cp` (CPC), `Co` (competition), `Kd` (difficulty), `In` (intent)\n\nExample prompt: *\"Get keyword metrics for 'seo services;content marketing;link building' in the US database\"*\n\n---\n\n### 3. Domain Organic Pages Report\n\nDiscover which URLs on a domain drive the most organic traffic and visibility.\n\n**Tool:** `SEMRUSH_DOMAIN_ORGANIC_PAGES`\n\nKey parameters:\n- `domain` (required) -- target domain\n- `database` (required) -- regional database\n- `display_sort` -- e.g., `pc_desc` for traffic share descending\n- `display_limit` and `display_offset` -- pagination\n- `export_columns` -- `Ur` (URL), `Pc` (traffic %), `Tg` (traffic), `Tr` (traffic cost)\n\nExample prompt: *\"Show the top 50 organic pages for example.com ranked by traffic share\"*\n\n---\n\n### 4. Backlink Profile Overview\n\nGet a summary of backlinks for a domain including Authority Score, link types, and referring domain counts.\n\n**Tool:** `SEMRUSH_BACKLINKS_OVERVIEW`\n\nKey parameters:\n- `target` (required) -- domain, subdomain, or full URL\n- `target_type` (required) -- `root_domain`, `domain`, or `url`\n- `export_columns` -- `ascore` (Authority Score), `total` (total backlinks), `domains_num` (referring domains), `follows_num`, `nofollows_num`, etc.\n\nExample prompt: *\"Get the backlink overview for example.com including Authority Score and referring domain count\"*\n\n---\n\n### 5. Keyword Difficulty Assessment\n\nScore how hard it is to rank in the top 10 for specific keywords (0-100 scale).\n\n**Tool:** `SEMRUSH_KEYWORD_DIFFICULTY`\n\nKey parameters:\n- `phrase` (required) -- keyword to analyze\n- `database` (required) -- regional database\n- `export_columns` -- `Ph` (phrase), `Kd` (difficulty score)\n\nExample prompt: *\"What is the keyword difficulty for 'best project management software' in the US?\"*\n\n---\n\n### 6. Discover Related Keywords\n\nFind synonyms, variations, and related terms for a seed keyword to expand your content strategy.\n\n**Tool:** `SEMRUSH_RELATED_KEYWORDS`\n\nKey parameters:\n- `phrase` (required) -- seed keyword\n- `database` (required) -- regional database\n- `display_limit` (default 10000) -- max results\n- `display_sort` -- e.g., `nq_desc` for volume descending, `kd_asc` for easiest first\n- `export_columns` -- `Ph`, `Nq`, `Kd`, `Cp`, `Co`, `Rr` (relatedness score)\n\nExample prompt: *\"Find related keywords for 'project management' in the US, sorted by search volume\"*\n\n---\n\n## Known Pitfalls\n\n- **Pagination is essential:** `SEMRUSH_DOMAIN_ORGANIC_SEARCH_KEYWORDS` and `SEMRUSH_DOMAIN_ORGANIC_PAGES` can return very large datasets. Always use `display_limit` and `display_offset` instead of assuming a single page is complete.\n- **CSV-style responses:** Many SEMrush tools return data as CSV-style text in a single field (e.g., `data\u002Fkeyword_data`). You must parse rows and columns before analysis or joining reports.\n- **\"ERROR 50 :: NOTHING FOUND\":** This literal string means the domain or keyword has no data in that database. Treat it as a valid zero-result response, not a transport error.\n- **Batch keyword limits:** `SEMRUSH_BATCH_KEYWORD_OVERVIEW` may return HTTP 400 for problematic or oversized batches (max 255 chars total for the `phrase` field). Shrink batches or fall back to `SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE` for individual lookups.\n- **Date format:** Historical dates must use `YYYYMM15` format for monthly data (e.g., `20231015`). Using an incorrect format will return unexpected results.\n- **Regional database matters:** Always use the correct regional database for your target audience. Results for `us` vs `uk` can differ dramatically in volume, CPC, and rankings.\n- **Column codes:** Export columns use short codes (`Ph`, `Nq`, `Kd`, etc.). Avoid over-narrowing `export_columns` so key metrics like traffic, CPC, position, and difficulty are retained.\n\n---\n\n## Quick Reference\n\n| Tool Slug | Description |\n|---|---|\n| `SEMRUSH_DOMAIN_ORGANIC_SEARCH_KEYWORDS` | Organic keywords for a domain with positions and traffic |\n| `SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE` | Single keyword metrics (volume, CPC, difficulty) |\n| `SEMRUSH_BATCH_KEYWORD_OVERVIEW` | Batch metrics for up to 100 keywords |\n| `SEMRUSH_DOMAIN_ORGANIC_PAGES` | Top organic pages for a domain by traffic |\n| `SEMRUSH_BACKLINKS_OVERVIEW` | Backlink profile summary with Authority Score |\n| `SEMRUSH_BACKLINKS` | Detailed backlinks list for a target |\n| `SEMRUSH_KEYWORD_DIFFICULTY` | Keyword difficulty score (0-100) |\n| `SEMRUSH_RELATED_KEYWORDS` | Related\u002Fsimilar keywords for a seed phrase |\n| `SEMRUSH_CATEGORIES` | Domain categories with confidence ratings |\n| `SEMRUSH_DOMAIN_ORGANIC_SUBDOMAINS` | Subdomain-level organic rankings breakdown |\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,81,100,104,111,175,178,184,191,196,211,216,393,404,407,413,418,440,445,469,474,549,558,561,567,572,586,590,686,695,698,704,709,723,727,820,829,832,838,843,857,861,905,914,917,923,928,942,946,1050,1059,1062,1068,1249,1252,1258,1449,1452],{"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,73,79],{"type":66,"value":72},"Run ",{"type":61,"tag":74,"props":75,"children":76},"strong",{},[77],{"type":66,"value":78},"SEMrush",{"type":66,"value":80}," SEO analytics directly from Claude Code. Analyze domain keywords, audit backlink profiles, research keyword difficulty, discover related terms, and track organic page performance without leaving your terminal.",{"type":61,"tag":68,"props":82,"children":83},{},[84,89,91],{"type":61,"tag":74,"props":85,"children":86},{},[87],{"type":66,"value":88},"Toolkit docs:",{"type":66,"value":90}," ",{"type":61,"tag":92,"props":93,"children":97},"a",{"href":94,"rel":95},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fsemrush",[96],"nofollow",[98],{"type":66,"value":99},"composio.dev\u002Ftoolkits\u002Fsemrush",{"type":61,"tag":101,"props":102,"children":103},"hr",{},[],{"type":61,"tag":105,"props":106,"children":108},"h2",{"id":107},"setup",[109],{"type":66,"value":110},"Setup",{"type":61,"tag":112,"props":113,"children":114},"ol",{},[115,134,139],{"type":61,"tag":116,"props":117,"children":118},"li",{},[119,121],{"type":66,"value":120},"Add the Composio MCP server to your configuration:\n",{"type":61,"tag":122,"props":123,"children":127},"pre",{"className":124,"code":126,"language":66},[125],"language-text","https:\u002F\u002Frube.app\u002Fmcp\n",[128],{"type":61,"tag":129,"props":130,"children":132},"code",{"__ignoreMap":131},"",[133],{"type":66,"value":126},{"type":61,"tag":116,"props":135,"children":136},{},[137],{"type":66,"value":138},"Connect your SEMrush account when prompted. The agent will provide an authentication link.",{"type":61,"tag":116,"props":140,"children":141},{},[142,144,150,152,158,160,166,167,173],{"type":66,"value":143},"All SEMrush tools require a ",{"type":61,"tag":129,"props":145,"children":147},{"className":146},[],[148],{"type":66,"value":149},"database",{"type":66,"value":151}," parameter specifying the regional database (e.g., ",{"type":61,"tag":129,"props":153,"children":155},{"className":154},[],[156],{"type":66,"value":157},"us",{"type":66,"value":159},", ",{"type":61,"tag":129,"props":161,"children":163},{"className":162},[],[164],{"type":66,"value":165},"uk",{"type":66,"value":159},{"type":61,"tag":129,"props":168,"children":170},{"className":169},[],[171],{"type":66,"value":172},"de",{"type":66,"value":174},"). Choose the correct region for your target audience.",{"type":61,"tag":101,"props":176,"children":177},{},[],{"type":61,"tag":105,"props":179,"children":181},{"id":180},"core-workflows",[182],{"type":66,"value":183},"Core Workflows",{"type":61,"tag":185,"props":186,"children":188},"h3",{"id":187},"_1-domain-organic-keywords-analysis",[189],{"type":66,"value":190},"1. Domain Organic Keywords Analysis",{"type":61,"tag":68,"props":192,"children":193},{},[194],{"type":66,"value":195},"Retrieve all organic search keywords for a domain, including positions, traffic estimates, CPC, and keyword difficulty.",{"type":61,"tag":68,"props":197,"children":198},{},[199,204,205],{"type":61,"tag":74,"props":200,"children":201},{},[202],{"type":66,"value":203},"Tool:",{"type":66,"value":90},{"type":61,"tag":129,"props":206,"children":208},{"className":207},[],[209],{"type":66,"value":210},"SEMRUSH_DOMAIN_ORGANIC_SEARCH_KEYWORDS",{"type":61,"tag":68,"props":212,"children":213},{},[214],{"type":66,"value":215},"Key parameters:",{"type":61,"tag":217,"props":218,"children":219},"ul",{},[220,237,266,285,304,331,382],{"type":61,"tag":116,"props":221,"children":222},{},[223,229,231],{"type":61,"tag":129,"props":224,"children":226},{"className":225},[],[227],{"type":66,"value":228},"domain",{"type":66,"value":230}," (required) -- e.g., ",{"type":61,"tag":129,"props":232,"children":234},{"className":233},[],[235],{"type":66,"value":236},"example.com",{"type":61,"tag":116,"props":238,"children":239},{},[240,245,247,252,253,258,259,264],{"type":61,"tag":129,"props":241,"children":243},{"className":242},[],[244],{"type":66,"value":149},{"type":66,"value":246}," (required) -- regional database code (e.g., ",{"type":61,"tag":129,"props":248,"children":250},{"className":249},[],[251],{"type":66,"value":157},{"type":66,"value":159},{"type":61,"tag":129,"props":254,"children":256},{"className":255},[],[257],{"type":66,"value":165},{"type":66,"value":159},{"type":61,"tag":129,"props":260,"children":262},{"className":261},[],[263],{"type":66,"value":172},{"type":66,"value":265},")",{"type":61,"tag":116,"props":267,"children":268},{},[269,275,277,283],{"type":61,"tag":129,"props":270,"children":272},{"className":271},[],[273],{"type":66,"value":274},"display_limit",{"type":66,"value":276}," (default 10000) and ",{"type":61,"tag":129,"props":278,"children":280},{"className":279},[],[281],{"type":66,"value":282},"display_offset",{"type":66,"value":284}," (default 0) -- pagination",{"type":61,"tag":116,"props":286,"children":287},{},[288,294,296,302],{"type":61,"tag":129,"props":289,"children":291},{"className":290},[],[292],{"type":66,"value":293},"display_sort",{"type":66,"value":295}," -- sort by position, traffic, volume, etc. (e.g., ",{"type":61,"tag":129,"props":297,"children":299},{"className":298},[],[300],{"type":66,"value":301},"tr_desc",{"type":66,"value":303}," for traffic descending)",{"type":61,"tag":116,"props":305,"children":306},{},[307,313,315,321,323,329],{"type":61,"tag":129,"props":308,"children":310},{"className":309},[],[311],{"type":66,"value":312},"display_date",{"type":66,"value":314}," -- historical data in ",{"type":61,"tag":129,"props":316,"children":318},{"className":317},[],[319],{"type":66,"value":320},"YYYYMM15",{"type":66,"value":322}," format (monthly) or ",{"type":61,"tag":129,"props":324,"children":326},{"className":325},[],[327],{"type":66,"value":328},"YYYYMMDD",{"type":66,"value":330}," (daily)",{"type":61,"tag":116,"props":332,"children":333},{},[334,340,342,348,350,356,358,364,366,372,374,380],{"type":61,"tag":129,"props":335,"children":337},{"className":336},[],[338],{"type":66,"value":339},"export_columns",{"type":66,"value":341}," -- specify columns like ",{"type":61,"tag":129,"props":343,"children":345},{"className":344},[],[346],{"type":66,"value":347},"Ph",{"type":66,"value":349}," (phrase), ",{"type":61,"tag":129,"props":351,"children":353},{"className":352},[],[354],{"type":66,"value":355},"Po",{"type":66,"value":357}," (position), ",{"type":61,"tag":129,"props":359,"children":361},{"className":360},[],[362],{"type":66,"value":363},"Nq",{"type":66,"value":365}," (volume), ",{"type":61,"tag":129,"props":367,"children":369},{"className":368},[],[370],{"type":66,"value":371},"Tr",{"type":66,"value":373}," (traffic), ",{"type":61,"tag":129,"props":375,"children":377},{"className":376},[],[378],{"type":66,"value":379},"Kd",{"type":66,"value":381}," (difficulty)",{"type":61,"tag":116,"props":383,"children":384},{},[385,391],{"type":61,"tag":129,"props":386,"children":388},{"className":387},[],[389],{"type":66,"value":390},"display_filter",{"type":66,"value":392}," -- filter by specific columns",{"type":61,"tag":68,"props":394,"children":395},{},[396,398],{"type":66,"value":397},"Example prompt: ",{"type":61,"tag":399,"props":400,"children":401},"em",{},[402],{"type":66,"value":403},"\"Get the top 100 organic keywords for example.com in the US database, sorted by traffic\"",{"type":61,"tag":101,"props":405,"children":406},{},[],{"type":61,"tag":185,"props":408,"children":410},{"id":409},"_2-keyword-overview-and-batch-analysis",[411],{"type":66,"value":412},"2. Keyword Overview and Batch Analysis",{"type":61,"tag":68,"props":414,"children":415},{},[416],{"type":66,"value":417},"Get detailed metrics for individual keywords or analyze up to 100 keywords at once.",{"type":61,"tag":68,"props":419,"children":420},{},[421,426,427,433,434],{"type":61,"tag":74,"props":422,"children":423},{},[424],{"type":66,"value":425},"Tools:",{"type":66,"value":90},{"type":61,"tag":129,"props":428,"children":430},{"className":429},[],[431],{"type":66,"value":432},"SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE",{"type":66,"value":159},{"type":61,"tag":129,"props":435,"children":437},{"className":436},[],[438],{"type":66,"value":439},"SEMRUSH_BATCH_KEYWORD_OVERVIEW",{"type":61,"tag":68,"props":441,"children":442},{},[443],{"type":66,"value":444},"For single keyword:",{"type":61,"tag":217,"props":446,"children":447},{},[448,459],{"type":61,"tag":116,"props":449,"children":450},{},[451,457],{"type":61,"tag":129,"props":452,"children":454},{"className":453},[],[455],{"type":66,"value":456},"phrase",{"type":66,"value":458}," (required) -- keyword to investigate",{"type":61,"tag":116,"props":460,"children":461},{},[462,467],{"type":61,"tag":129,"props":463,"children":465},{"className":464},[],[466],{"type":66,"value":149},{"type":66,"value":468}," (required) -- regional database",{"type":61,"tag":68,"props":470,"children":471},{},[472],{"type":66,"value":473},"For batch (up to 100 keywords):",{"type":61,"tag":217,"props":475,"children":476},{},[477,487,496],{"type":61,"tag":116,"props":478,"children":479},{},[480,485],{"type":61,"tag":129,"props":481,"children":483},{"className":482},[],[484],{"type":66,"value":456},{"type":66,"value":486}," (required) -- semicolon-separated keywords (max 255 chars total)",{"type":61,"tag":116,"props":488,"children":489},{},[490,495],{"type":61,"tag":129,"props":491,"children":493},{"className":492},[],[494],{"type":66,"value":149},{"type":66,"value":468},{"type":61,"tag":116,"props":497,"children":498},{},[499,504,506,511,512,517,518,524,526,532,534,539,541,547],{"type":61,"tag":129,"props":500,"children":502},{"className":501},[],[503],{"type":66,"value":339},{"type":66,"value":505}," -- ",{"type":61,"tag":129,"props":507,"children":509},{"className":508},[],[510],{"type":66,"value":347},{"type":66,"value":349},{"type":61,"tag":129,"props":513,"children":515},{"className":514},[],[516],{"type":66,"value":363},{"type":66,"value":365},{"type":61,"tag":129,"props":519,"children":521},{"className":520},[],[522],{"type":66,"value":523},"Cp",{"type":66,"value":525}," (CPC), ",{"type":61,"tag":129,"props":527,"children":529},{"className":528},[],[530],{"type":66,"value":531},"Co",{"type":66,"value":533}," (competition), ",{"type":61,"tag":129,"props":535,"children":537},{"className":536},[],[538],{"type":66,"value":379},{"type":66,"value":540}," (difficulty), ",{"type":61,"tag":129,"props":542,"children":544},{"className":543},[],[545],{"type":66,"value":546},"In",{"type":66,"value":548}," (intent)",{"type":61,"tag":68,"props":550,"children":551},{},[552,553],{"type":66,"value":397},{"type":61,"tag":399,"props":554,"children":555},{},[556],{"type":66,"value":557},"\"Get keyword metrics for 'seo services;content marketing;link building' in the US database\"",{"type":61,"tag":101,"props":559,"children":560},{},[],{"type":61,"tag":185,"props":562,"children":564},{"id":563},"_3-domain-organic-pages-report",[565],{"type":66,"value":566},"3. Domain Organic Pages Report",{"type":61,"tag":68,"props":568,"children":569},{},[570],{"type":66,"value":571},"Discover which URLs on a domain drive the most organic traffic and visibility.",{"type":61,"tag":68,"props":573,"children":574},{},[575,579,580],{"type":61,"tag":74,"props":576,"children":577},{},[578],{"type":66,"value":203},{"type":66,"value":90},{"type":61,"tag":129,"props":581,"children":583},{"className":582},[],[584],{"type":66,"value":585},"SEMRUSH_DOMAIN_ORGANIC_PAGES",{"type":61,"tag":68,"props":587,"children":588},{},[589],{"type":66,"value":215},{"type":61,"tag":217,"props":591,"children":592},{},[593,603,612,630,647],{"type":61,"tag":116,"props":594,"children":595},{},[596,601],{"type":61,"tag":129,"props":597,"children":599},{"className":598},[],[600],{"type":66,"value":228},{"type":66,"value":602}," (required) -- target domain",{"type":61,"tag":116,"props":604,"children":605},{},[606,611],{"type":61,"tag":129,"props":607,"children":609},{"className":608},[],[610],{"type":66,"value":149},{"type":66,"value":468},{"type":61,"tag":116,"props":613,"children":614},{},[615,620,622,628],{"type":61,"tag":129,"props":616,"children":618},{"className":617},[],[619],{"type":66,"value":293},{"type":66,"value":621}," -- e.g., ",{"type":61,"tag":129,"props":623,"children":625},{"className":624},[],[626],{"type":66,"value":627},"pc_desc",{"type":66,"value":629}," for traffic share descending",{"type":61,"tag":116,"props":631,"children":632},{},[633,638,640,645],{"type":61,"tag":129,"props":634,"children":636},{"className":635},[],[637],{"type":66,"value":274},{"type":66,"value":639}," and ",{"type":61,"tag":129,"props":641,"children":643},{"className":642},[],[644],{"type":66,"value":282},{"type":66,"value":646}," -- pagination",{"type":61,"tag":116,"props":648,"children":649},{},[650,655,656,662,664,670,672,678,679,684],{"type":61,"tag":129,"props":651,"children":653},{"className":652},[],[654],{"type":66,"value":339},{"type":66,"value":505},{"type":61,"tag":129,"props":657,"children":659},{"className":658},[],[660],{"type":66,"value":661},"Ur",{"type":66,"value":663}," (URL), ",{"type":61,"tag":129,"props":665,"children":667},{"className":666},[],[668],{"type":66,"value":669},"Pc",{"type":66,"value":671}," (traffic %), ",{"type":61,"tag":129,"props":673,"children":675},{"className":674},[],[676],{"type":66,"value":677},"Tg",{"type":66,"value":373},{"type":61,"tag":129,"props":680,"children":682},{"className":681},[],[683],{"type":66,"value":371},{"type":66,"value":685}," (traffic cost)",{"type":61,"tag":68,"props":687,"children":688},{},[689,690],{"type":66,"value":397},{"type":61,"tag":399,"props":691,"children":692},{},[693],{"type":66,"value":694},"\"Show the top 50 organic pages for example.com ranked by traffic share\"",{"type":61,"tag":101,"props":696,"children":697},{},[],{"type":61,"tag":185,"props":699,"children":701},{"id":700},"_4-backlink-profile-overview",[702],{"type":66,"value":703},"4. Backlink Profile Overview",{"type":61,"tag":68,"props":705,"children":706},{},[707],{"type":66,"value":708},"Get a summary of backlinks for a domain including Authority Score, link types, and referring domain counts.",{"type":61,"tag":68,"props":710,"children":711},{},[712,716,717],{"type":61,"tag":74,"props":713,"children":714},{},[715],{"type":66,"value":203},{"type":66,"value":90},{"type":61,"tag":129,"props":718,"children":720},{"className":719},[],[721],{"type":66,"value":722},"SEMRUSH_BACKLINKS_OVERVIEW",{"type":61,"tag":68,"props":724,"children":725},{},[726],{"type":66,"value":215},{"type":61,"tag":217,"props":728,"children":729},{},[730,741,772],{"type":61,"tag":116,"props":731,"children":732},{},[733,739],{"type":61,"tag":129,"props":734,"children":736},{"className":735},[],[737],{"type":66,"value":738},"target",{"type":66,"value":740}," (required) -- domain, subdomain, or full URL",{"type":61,"tag":116,"props":742,"children":743},{},[744,750,752,758,759,764,766],{"type":61,"tag":129,"props":745,"children":747},{"className":746},[],[748],{"type":66,"value":749},"target_type",{"type":66,"value":751}," (required) -- ",{"type":61,"tag":129,"props":753,"children":755},{"className":754},[],[756],{"type":66,"value":757},"root_domain",{"type":66,"value":159},{"type":61,"tag":129,"props":760,"children":762},{"className":761},[],[763],{"type":66,"value":228},{"type":66,"value":765},", or ",{"type":61,"tag":129,"props":767,"children":769},{"className":768},[],[770],{"type":66,"value":771},"url",{"type":61,"tag":116,"props":773,"children":774},{},[775,780,781,787,789,795,797,803,805,811,812,818],{"type":61,"tag":129,"props":776,"children":778},{"className":777},[],[779],{"type":66,"value":339},{"type":66,"value":505},{"type":61,"tag":129,"props":782,"children":784},{"className":783},[],[785],{"type":66,"value":786},"ascore",{"type":66,"value":788}," (Authority Score), ",{"type":61,"tag":129,"props":790,"children":792},{"className":791},[],[793],{"type":66,"value":794},"total",{"type":66,"value":796}," (total backlinks), ",{"type":61,"tag":129,"props":798,"children":800},{"className":799},[],[801],{"type":66,"value":802},"domains_num",{"type":66,"value":804}," (referring domains), ",{"type":61,"tag":129,"props":806,"children":808},{"className":807},[],[809],{"type":66,"value":810},"follows_num",{"type":66,"value":159},{"type":61,"tag":129,"props":813,"children":815},{"className":814},[],[816],{"type":66,"value":817},"nofollows_num",{"type":66,"value":819},", etc.",{"type":61,"tag":68,"props":821,"children":822},{},[823,824],{"type":66,"value":397},{"type":61,"tag":399,"props":825,"children":826},{},[827],{"type":66,"value":828},"\"Get the backlink overview for example.com including Authority Score and referring domain count\"",{"type":61,"tag":101,"props":830,"children":831},{},[],{"type":61,"tag":185,"props":833,"children":835},{"id":834},"_5-keyword-difficulty-assessment",[836],{"type":66,"value":837},"5. Keyword Difficulty Assessment",{"type":61,"tag":68,"props":839,"children":840},{},[841],{"type":66,"value":842},"Score how hard it is to rank in the top 10 for specific keywords (0-100 scale).",{"type":61,"tag":68,"props":844,"children":845},{},[846,850,851],{"type":61,"tag":74,"props":847,"children":848},{},[849],{"type":66,"value":203},{"type":66,"value":90},{"type":61,"tag":129,"props":852,"children":854},{"className":853},[],[855],{"type":66,"value":856},"SEMRUSH_KEYWORD_DIFFICULTY",{"type":61,"tag":68,"props":858,"children":859},{},[860],{"type":66,"value":215},{"type":61,"tag":217,"props":862,"children":863},{},[864,874,883],{"type":61,"tag":116,"props":865,"children":866},{},[867,872],{"type":61,"tag":129,"props":868,"children":870},{"className":869},[],[871],{"type":66,"value":456},{"type":66,"value":873}," (required) -- keyword to analyze",{"type":61,"tag":116,"props":875,"children":876},{},[877,882],{"type":61,"tag":129,"props":878,"children":880},{"className":879},[],[881],{"type":66,"value":149},{"type":66,"value":468},{"type":61,"tag":116,"props":884,"children":885},{},[886,891,892,897,898,903],{"type":61,"tag":129,"props":887,"children":889},{"className":888},[],[890],{"type":66,"value":339},{"type":66,"value":505},{"type":61,"tag":129,"props":893,"children":895},{"className":894},[],[896],{"type":66,"value":347},{"type":66,"value":349},{"type":61,"tag":129,"props":899,"children":901},{"className":900},[],[902],{"type":66,"value":379},{"type":66,"value":904}," (difficulty score)",{"type":61,"tag":68,"props":906,"children":907},{},[908,909],{"type":66,"value":397},{"type":61,"tag":399,"props":910,"children":911},{},[912],{"type":66,"value":913},"\"What is the keyword difficulty for 'best project management software' in the US?\"",{"type":61,"tag":101,"props":915,"children":916},{},[],{"type":61,"tag":185,"props":918,"children":920},{"id":919},"_6-discover-related-keywords",[921],{"type":66,"value":922},"6. Discover Related Keywords",{"type":61,"tag":68,"props":924,"children":925},{},[926],{"type":66,"value":927},"Find synonyms, variations, and related terms for a seed keyword to expand your content strategy.",{"type":61,"tag":68,"props":929,"children":930},{},[931,935,936],{"type":61,"tag":74,"props":932,"children":933},{},[934],{"type":66,"value":203},{"type":66,"value":90},{"type":61,"tag":129,"props":937,"children":939},{"className":938},[],[940],{"type":66,"value":941},"SEMRUSH_RELATED_KEYWORDS",{"type":61,"tag":68,"props":943,"children":944},{},[945],{"type":66,"value":215},{"type":61,"tag":217,"props":947,"children":948},{},[949,959,968,978,1003],{"type":61,"tag":116,"props":950,"children":951},{},[952,957],{"type":61,"tag":129,"props":953,"children":955},{"className":954},[],[956],{"type":66,"value":456},{"type":66,"value":958}," (required) -- seed keyword",{"type":61,"tag":116,"props":960,"children":961},{},[962,967],{"type":61,"tag":129,"props":963,"children":965},{"className":964},[],[966],{"type":66,"value":149},{"type":66,"value":468},{"type":61,"tag":116,"props":969,"children":970},{},[971,976],{"type":61,"tag":129,"props":972,"children":974},{"className":973},[],[975],{"type":66,"value":274},{"type":66,"value":977}," (default 10000) -- max results",{"type":61,"tag":116,"props":979,"children":980},{},[981,986,987,993,995,1001],{"type":61,"tag":129,"props":982,"children":984},{"className":983},[],[985],{"type":66,"value":293},{"type":66,"value":621},{"type":61,"tag":129,"props":988,"children":990},{"className":989},[],[991],{"type":66,"value":992},"nq_desc",{"type":66,"value":994}," for volume descending, ",{"type":61,"tag":129,"props":996,"children":998},{"className":997},[],[999],{"type":66,"value":1000},"kd_asc",{"type":66,"value":1002}," for easiest first",{"type":61,"tag":116,"props":1004,"children":1005},{},[1006,1011,1012,1017,1018,1023,1024,1029,1030,1035,1036,1041,1042,1048],{"type":61,"tag":129,"props":1007,"children":1009},{"className":1008},[],[1010],{"type":66,"value":339},{"type":66,"value":505},{"type":61,"tag":129,"props":1013,"children":1015},{"className":1014},[],[1016],{"type":66,"value":347},{"type":66,"value":159},{"type":61,"tag":129,"props":1019,"children":1021},{"className":1020},[],[1022],{"type":66,"value":363},{"type":66,"value":159},{"type":61,"tag":129,"props":1025,"children":1027},{"className":1026},[],[1028],{"type":66,"value":379},{"type":66,"value":159},{"type":61,"tag":129,"props":1031,"children":1033},{"className":1032},[],[1034],{"type":66,"value":523},{"type":66,"value":159},{"type":61,"tag":129,"props":1037,"children":1039},{"className":1038},[],[1040],{"type":66,"value":531},{"type":66,"value":159},{"type":61,"tag":129,"props":1043,"children":1045},{"className":1044},[],[1046],{"type":66,"value":1047},"Rr",{"type":66,"value":1049}," (relatedness score)",{"type":61,"tag":68,"props":1051,"children":1052},{},[1053,1054],{"type":66,"value":397},{"type":61,"tag":399,"props":1055,"children":1056},{},[1057],{"type":66,"value":1058},"\"Find related keywords for 'project management' in the US, sorted by search volume\"",{"type":61,"tag":101,"props":1060,"children":1061},{},[],{"type":61,"tag":105,"props":1063,"children":1065},{"id":1064},"known-pitfalls",[1066],{"type":66,"value":1067},"Known Pitfalls",{"type":61,"tag":217,"props":1069,"children":1070},{},[1071,1106,1124,1134,1164,1189,1213],{"type":61,"tag":116,"props":1072,"children":1073},{},[1074,1079,1080,1085,1086,1091,1093,1098,1099,1104],{"type":61,"tag":74,"props":1075,"children":1076},{},[1077],{"type":66,"value":1078},"Pagination is essential:",{"type":66,"value":90},{"type":61,"tag":129,"props":1081,"children":1083},{"className":1082},[],[1084],{"type":66,"value":210},{"type":66,"value":639},{"type":61,"tag":129,"props":1087,"children":1089},{"className":1088},[],[1090],{"type":66,"value":585},{"type":66,"value":1092}," can return very large datasets. Always use ",{"type":61,"tag":129,"props":1094,"children":1096},{"className":1095},[],[1097],{"type":66,"value":274},{"type":66,"value":639},{"type":61,"tag":129,"props":1100,"children":1102},{"className":1101},[],[1103],{"type":66,"value":282},{"type":66,"value":1105}," instead of assuming a single page is complete.",{"type":61,"tag":116,"props":1107,"children":1108},{},[1109,1114,1116,1122],{"type":61,"tag":74,"props":1110,"children":1111},{},[1112],{"type":66,"value":1113},"CSV-style responses:",{"type":66,"value":1115}," Many SEMrush tools return data as CSV-style text in a single field (e.g., ",{"type":61,"tag":129,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":66,"value":1121},"data\u002Fkeyword_data",{"type":66,"value":1123},"). You must parse rows and columns before analysis or joining reports.",{"type":61,"tag":116,"props":1125,"children":1126},{},[1127,1132],{"type":61,"tag":74,"props":1128,"children":1129},{},[1130],{"type":66,"value":1131},"\"ERROR 50 :: NOTHING FOUND\":",{"type":66,"value":1133}," This literal string means the domain or keyword has no data in that database. Treat it as a valid zero-result response, not a transport error.",{"type":61,"tag":116,"props":1135,"children":1136},{},[1137,1142,1143,1148,1150,1155,1157,1162],{"type":61,"tag":74,"props":1138,"children":1139},{},[1140],{"type":66,"value":1141},"Batch keyword limits:",{"type":66,"value":90},{"type":61,"tag":129,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":66,"value":439},{"type":66,"value":1149}," may return HTTP 400 for problematic or oversized batches (max 255 chars total for the ",{"type":61,"tag":129,"props":1151,"children":1153},{"className":1152},[],[1154],{"type":66,"value":456},{"type":66,"value":1156}," field). Shrink batches or fall back to ",{"type":61,"tag":129,"props":1158,"children":1160},{"className":1159},[],[1161],{"type":66,"value":432},{"type":66,"value":1163}," for individual lookups.",{"type":61,"tag":116,"props":1165,"children":1166},{},[1167,1172,1174,1179,1181,1187],{"type":61,"tag":74,"props":1168,"children":1169},{},[1170],{"type":66,"value":1171},"Date format:",{"type":66,"value":1173}," Historical dates must use ",{"type":61,"tag":129,"props":1175,"children":1177},{"className":1176},[],[1178],{"type":66,"value":320},{"type":66,"value":1180}," format for monthly data (e.g., ",{"type":61,"tag":129,"props":1182,"children":1184},{"className":1183},[],[1185],{"type":66,"value":1186},"20231015",{"type":66,"value":1188},"). Using an incorrect format will return unexpected results.",{"type":61,"tag":116,"props":1190,"children":1191},{},[1192,1197,1199,1204,1206,1211],{"type":61,"tag":74,"props":1193,"children":1194},{},[1195],{"type":66,"value":1196},"Regional database matters:",{"type":66,"value":1198}," Always use the correct regional database for your target audience. Results for ",{"type":61,"tag":129,"props":1200,"children":1202},{"className":1201},[],[1203],{"type":66,"value":157},{"type":66,"value":1205}," vs ",{"type":61,"tag":129,"props":1207,"children":1209},{"className":1208},[],[1210],{"type":66,"value":165},{"type":66,"value":1212}," can differ dramatically in volume, CPC, and rankings.",{"type":61,"tag":116,"props":1214,"children":1215},{},[1216,1221,1223,1228,1229,1234,1235,1240,1242,1247],{"type":61,"tag":74,"props":1217,"children":1218},{},[1219],{"type":66,"value":1220},"Column codes:",{"type":66,"value":1222}," Export columns use short codes (",{"type":61,"tag":129,"props":1224,"children":1226},{"className":1225},[],[1227],{"type":66,"value":347},{"type":66,"value":159},{"type":61,"tag":129,"props":1230,"children":1232},{"className":1231},[],[1233],{"type":66,"value":363},{"type":66,"value":159},{"type":61,"tag":129,"props":1236,"children":1238},{"className":1237},[],[1239],{"type":66,"value":379},{"type":66,"value":1241},", etc.). Avoid over-narrowing ",{"type":61,"tag":129,"props":1243,"children":1245},{"className":1244},[],[1246],{"type":66,"value":339},{"type":66,"value":1248}," so key metrics like traffic, CPC, position, and difficulty are retained.",{"type":61,"tag":101,"props":1250,"children":1251},{},[],{"type":61,"tag":105,"props":1253,"children":1255},{"id":1254},"quick-reference",[1256],{"type":66,"value":1257},"Quick Reference",{"type":61,"tag":1259,"props":1260,"children":1261},"table",{},[1262,1281],{"type":61,"tag":1263,"props":1264,"children":1265},"thead",{},[1266],{"type":61,"tag":1267,"props":1268,"children":1269},"tr",{},[1270,1276],{"type":61,"tag":1271,"props":1272,"children":1273},"th",{},[1274],{"type":66,"value":1275},"Tool Slug",{"type":61,"tag":1271,"props":1277,"children":1278},{},[1279],{"type":66,"value":1280},"Description",{"type":61,"tag":1282,"props":1283,"children":1284},"tbody",{},[1285,1302,1318,1334,1350,1366,1383,1399,1415,1432],{"type":61,"tag":1267,"props":1286,"children":1287},{},[1288,1297],{"type":61,"tag":1289,"props":1290,"children":1291},"td",{},[1292],{"type":61,"tag":129,"props":1293,"children":1295},{"className":1294},[],[1296],{"type":66,"value":210},{"type":61,"tag":1289,"props":1298,"children":1299},{},[1300],{"type":66,"value":1301},"Organic keywords for a domain with positions and traffic",{"type":61,"tag":1267,"props":1303,"children":1304},{},[1305,1313],{"type":61,"tag":1289,"props":1306,"children":1307},{},[1308],{"type":61,"tag":129,"props":1309,"children":1311},{"className":1310},[],[1312],{"type":66,"value":432},{"type":61,"tag":1289,"props":1314,"children":1315},{},[1316],{"type":66,"value":1317},"Single keyword metrics (volume, CPC, difficulty)",{"type":61,"tag":1267,"props":1319,"children":1320},{},[1321,1329],{"type":61,"tag":1289,"props":1322,"children":1323},{},[1324],{"type":61,"tag":129,"props":1325,"children":1327},{"className":1326},[],[1328],{"type":66,"value":439},{"type":61,"tag":1289,"props":1330,"children":1331},{},[1332],{"type":66,"value":1333},"Batch metrics for up to 100 keywords",{"type":61,"tag":1267,"props":1335,"children":1336},{},[1337,1345],{"type":61,"tag":1289,"props":1338,"children":1339},{},[1340],{"type":61,"tag":129,"props":1341,"children":1343},{"className":1342},[],[1344],{"type":66,"value":585},{"type":61,"tag":1289,"props":1346,"children":1347},{},[1348],{"type":66,"value":1349},"Top organic pages for a domain by traffic",{"type":61,"tag":1267,"props":1351,"children":1352},{},[1353,1361],{"type":61,"tag":1289,"props":1354,"children":1355},{},[1356],{"type":61,"tag":129,"props":1357,"children":1359},{"className":1358},[],[1360],{"type":66,"value":722},{"type":61,"tag":1289,"props":1362,"children":1363},{},[1364],{"type":66,"value":1365},"Backlink profile summary with Authority Score",{"type":61,"tag":1267,"props":1367,"children":1368},{},[1369,1378],{"type":61,"tag":1289,"props":1370,"children":1371},{},[1372],{"type":61,"tag":129,"props":1373,"children":1375},{"className":1374},[],[1376],{"type":66,"value":1377},"SEMRUSH_BACKLINKS",{"type":61,"tag":1289,"props":1379,"children":1380},{},[1381],{"type":66,"value":1382},"Detailed backlinks list for a target",{"type":61,"tag":1267,"props":1384,"children":1385},{},[1386,1394],{"type":61,"tag":1289,"props":1387,"children":1388},{},[1389],{"type":61,"tag":129,"props":1390,"children":1392},{"className":1391},[],[1393],{"type":66,"value":856},{"type":61,"tag":1289,"props":1395,"children":1396},{},[1397],{"type":66,"value":1398},"Keyword difficulty score (0-100)",{"type":61,"tag":1267,"props":1400,"children":1401},{},[1402,1410],{"type":61,"tag":1289,"props":1403,"children":1404},{},[1405],{"type":61,"tag":129,"props":1406,"children":1408},{"className":1407},[],[1409],{"type":66,"value":941},{"type":61,"tag":1289,"props":1411,"children":1412},{},[1413],{"type":66,"value":1414},"Related\u002Fsimilar keywords for a seed phrase",{"type":61,"tag":1267,"props":1416,"children":1417},{},[1418,1427],{"type":61,"tag":1289,"props":1419,"children":1420},{},[1421],{"type":61,"tag":129,"props":1422,"children":1424},{"className":1423},[],[1425],{"type":66,"value":1426},"SEMRUSH_CATEGORIES",{"type":61,"tag":1289,"props":1428,"children":1429},{},[1430],{"type":66,"value":1431},"Domain categories with confidence ratings",{"type":61,"tag":1267,"props":1433,"children":1434},{},[1435,1444],{"type":61,"tag":1289,"props":1436,"children":1437},{},[1438],{"type":61,"tag":129,"props":1439,"children":1441},{"className":1440},[],[1442],{"type":66,"value":1443},"SEMRUSH_DOMAIN_ORGANIC_SUBDOMAINS",{"type":61,"tag":1289,"props":1445,"children":1446},{},[1447],{"type":66,"value":1448},"Subdomain-level organic rankings breakdown",{"type":61,"tag":101,"props":1450,"children":1451},{},[],{"type":61,"tag":68,"props":1453,"children":1454},{},[1455],{"type":61,"tag":399,"props":1456,"children":1457},{},[1458,1460],{"type":66,"value":1459},"Powered by ",{"type":61,"tag":92,"props":1461,"children":1464},{"href":1462,"rel":1463},"https:\u002F\u002Fcomposio.dev",[96],[1465],{"type":66,"value":10},{"items":1467,"total":1611},[1468,1482,1498,1507,1517,1529,1538,1551,1565,1578,1591,1601],{"slug":1469,"name":1470,"fn":1471,"description":1472,"org":1473,"tags":1474,"stars":28,"repoUrl":29,"updatedAt":1481},"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},[1475,1476,1477,1478],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"name":1479,"slug":1480,"type":17},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1483,"name":1484,"fn":1485,"description":1486,"org":1487,"tags":1488,"stars":28,"repoUrl":29,"updatedAt":1497},"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},[1489,1490,1493,1494],{"name":23,"slug":24,"type":17},{"name":1491,"slug":1492,"type":17},"Communications","communications",{"name":26,"slug":27,"type":17},{"name":1495,"slug":1496,"type":17},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1499,"name":1499,"fn":1500,"description":1501,"org":1502,"tags":1503,"stars":28,"repoUrl":29,"updatedAt":1506},"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},[1504,1505],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},"2026-07-12T08:09:55.453088",{"slug":1508,"name":1508,"fn":1509,"description":1510,"org":1511,"tags":1512,"stars":28,"repoUrl":29,"updatedAt":1516},"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},[1513,1514,1515],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},"2026-07-15T05:45:16.470309",{"slug":1518,"name":1518,"fn":1519,"description":1520,"org":1521,"tags":1522,"stars":28,"repoUrl":29,"updatedAt":1528},"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},[1523,1524,1525],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},{"name":1526,"slug":1527,"type":17},"Security","security","2026-07-15T05:56:20.013366",{"slug":1530,"name":1530,"fn":1531,"description":1532,"org":1533,"tags":1534,"stars":28,"repoUrl":29,"updatedAt":1537},"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},[1535,1536],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},"2026-07-15T05:54:50.762889",{"slug":1539,"name":1539,"fn":1540,"description":1541,"org":1542,"tags":1543,"stars":28,"repoUrl":29,"updatedAt":1550},"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},[1544,1545,1546,1549],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":1547,"slug":1548,"type":17},"CRM","crm",{"name":26,"slug":27,"type":17},"2026-07-15T05:48:43.429136",{"slug":1552,"name":1552,"fn":1553,"description":1554,"org":1555,"tags":1556,"stars":28,"repoUrl":29,"updatedAt":1564},"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},[1557,1558,1561],{"name":23,"slug":24,"type":17},{"name":1559,"slug":1560,"type":17},"Documents","documents",{"name":1562,"slug":1563,"type":17},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1566,"name":1566,"fn":1567,"description":1568,"org":1569,"tags":1570,"stars":28,"repoUrl":29,"updatedAt":1577},"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},[1571,1572,1573,1574],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"name":1575,"slug":1576,"type":17},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1579,"name":1579,"fn":1580,"description":1581,"org":1582,"tags":1583,"stars":28,"repoUrl":29,"updatedAt":1590},"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},[1584,1585,1586,1587],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":1547,"slug":1548,"type":17},{"name":1588,"slug":1589,"type":17},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1592,"name":1592,"fn":1593,"description":1594,"org":1595,"tags":1596,"stars":28,"repoUrl":29,"updatedAt":1600},"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},[1597,1598,1599],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},"2026-07-15T05:47:51.742515",{"slug":1602,"name":1602,"fn":1603,"description":1604,"org":1605,"tags":1606,"stars":28,"repoUrl":29,"updatedAt":1610},"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},[1607,1608,1609],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},"2026-07-15T05:45:05.303254",863,{"items":1613,"total":1657},[1614,1621,1628,1633,1639,1645,1650],{"slug":1469,"name":1470,"fn":1471,"description":1472,"org":1615,"tags":1616,"stars":28,"repoUrl":29,"updatedAt":1481},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1617,1618,1619,1620],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"name":1479,"slug":1480,"type":17},{"slug":1483,"name":1484,"fn":1485,"description":1486,"org":1622,"tags":1623,"stars":28,"repoUrl":29,"updatedAt":1497},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1624,1625,1626,1627],{"name":23,"slug":24,"type":17},{"name":1491,"slug":1492,"type":17},{"name":26,"slug":27,"type":17},{"name":1495,"slug":1496,"type":17},{"slug":1499,"name":1499,"fn":1500,"description":1501,"org":1629,"tags":1630,"stars":28,"repoUrl":29,"updatedAt":1506},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1631,1632],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},{"slug":1508,"name":1508,"fn":1509,"description":1510,"org":1634,"tags":1635,"stars":28,"repoUrl":29,"updatedAt":1516},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1636,1637,1638],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"slug":1518,"name":1518,"fn":1519,"description":1520,"org":1640,"tags":1641,"stars":28,"repoUrl":29,"updatedAt":1528},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1642,1643,1644],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},{"name":1526,"slug":1527,"type":17},{"slug":1530,"name":1530,"fn":1531,"description":1532,"org":1646,"tags":1647,"stars":28,"repoUrl":29,"updatedAt":1537},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1648,1649],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"slug":1539,"name":1539,"fn":1540,"description":1541,"org":1651,"tags":1652,"stars":28,"repoUrl":29,"updatedAt":1550},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1653,1654,1655,1656],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":1547,"slug":1548,"type":17},{"name":26,"slug":27,"type":17},860]