Andrey Markin
  • home
  • services
  • products
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
    • Video
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Integrations Sh
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. integrations.sh
ToolAI CodingDev ToolsOpen Sourceagentsreference

integrations.sh

A registry of 5,700+ integration specs from Rhys Sullivan — the same builder behind Executor. Every service normalized into MCP, OpenAPI, GraphQL, and CLI form, each surface leading with a grounded, cited credential guide agents can act on.

Added July 5, 2026
Visit tool

If Executor is the gateway that lets an agent call thousands of tools through one typed SDK, integrations.sh is the catalog of what's out there to connect in the first place — the same author, one layer up the stack. Tagline: "Every integration, in every format agents speak."

Repo: UsefulSoftwareCo/integrationsdotsh · MIT © Rhys Sullivan.

What it is

A registry mapping 3,200+ services to every integration surface they expose, grouped by protocol:

  • MCP — ~1,270 servers
  • API / OpenAPI — ~3,800 specs
  • GraphQL — ~110 endpoints
  • CLI — ~560 tools

Query a domain (Slack, Notion, Stripe, Figma, Salesforce…) and get back every publicly-reachable surface it has.

The actual problem it solves: credentials

Finding an endpoint is easy. Figuring out which credential type it wants, how to obtain it, and where to put it is the part that eats research time. integrations.sh leads every surface with a grounded, cited credential guide instead of a generic docs link:

  • Where it lives — endpoint, spec, transport, docs
  • How you authenticate — the specific credential and how to acquire it
  • Trust signals — each fact tagged detected (machine-verifiable) or discovered (from docs)

How agents consume it

  • REST — /api.json for the full catalog, /api/{domain}/surface for a structured surface doc
  • MCP — a public server at /mcp exposing detect and discover tools
  • OpenAPI — /openapi.json

Why it's interesting

It's skills.sh but for the integration layer: a discovery index that's itself machine-readable, so an agent can go from "connect to X" to a credential-complete surface spec without a human doing the research. Pairs naturally with Executor — discover here, call there.

Related

  • exe.devCloud for you and your agents — disposable per-second sandboxes, persistent Linux VPS with SSH/HTTPS, and Devbox cloud dev environments.
  • Latitude.shGlobal AI cloud — deploy bare metal servers and GPU clusters in seconds across 25 locations, with Kubernetes, storage, and managed databases.
  • context-doctorClaude Code / Codex skill that audits the fixed context a coding agent auto-loads every session — tool/MCP definitions, connectors, plugins, skills, subagents, memory/rules files — and proposes ranked cuts to prune, gate, or route what's loaded but unused.
  • memory-viewClaude Code / Codex skill that reads a project's auto-memory vault and generates a self-contained HTML explorer to visualize what the agent has remembered — MEMORY.md plus topic files — without editing or managing it.