thingctx TD registry

GitHub

Turn real services like GitHub, Stripe, and Slack into tools your AI agent can call. Each is a standard W3C Thing Description you drive directly with thingctx: no integration code, no server to run. Locked into MCP? Serve them all from one MCP server.

pip install "thingctx[http,llm]"

# point an agent at a description from this registry, drive it directly
host = await thingctx.from_url("https://td.thingctx.com/v0/things/github.td.json")
await host.chat("open an issue on my_org/api about the timeout bug")