Andrey Markin
  • home
  • services
  • 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

  • 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.
  • session-reportClaude Code / Codex skill that generates a self-contained HTML report debugging what is in a session's context window and how every token is spent — context budget, retained thinking, the dumb-zone cutoff, loaded CLAUDE.md and skills, and full history.
  • It's Time To Rethink EverythingTheo Browne's CascadiaJS 2026 talk arguing that AI is a "new cloud moment" — just as the cloud removed the cost of provisioning servers, agents remove the cost of building, so the sacred rules of software (file systems, codebases, packages, git, deployment) are worth tearing down and rebuilding from first principles.
  • EveOpen-source agent framework from Vercel — define agents as directories of TypeScript and Markdown config and deploy them as standard Vercel projects.