Discover / Automation
Agentic
by transitive-bullshitTypeScript
TypeScript framework for building AI agents with standardized tools and integrations.
Maturity: active because commit 173d ago, latest release v8.4.4. Derived from release and commit history, not a rating.
- Stars
- 18k
- Forks
- 2.2k
- Downloads / mo
- —
- Last commit
- 2026-02-11
- License
- NOASSERTION
- Open issues
- 15
Market and trust evidence
Edition not yet matchedNo exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.
Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.
In practice
Written by AI from this repository’s README · medium confidencePublishing an API for agent use means building auth, billing, rate limits and an MCP layer before anyone can call it.
Use it when
Use it when you want curated third party tools in a TypeScript LLM stack, or want to charge for your own MCP server.
Not the right pick when
The author archived the project in February 2026 and says it is no longer actively developed.
Capabilities
- curated marketplace of vetted LLM tools
- MCP as a first class primitive for publishing and consuming
- one line integrations with major TypeScript LLM SDKs
- usage based billing through Stripe
- MCP gateway on Cloudflare edge with caching and rate limits
- semver versioning of tools
Cost: Open source with a paid cloud option
Video walkthroughs
How to Use Agentic AI: LLMs, AI Agents & Prompt Engineering in Action
Claude AI Full Tutorial: From Basics to Agentic AI (2026)
Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.
What the repository ships
Detected from the actual files in the repository root.
Latest release v8.4.4
Published 2025-07-18
🚀 Features
- Add xmcp example - by @transitive-bullshit <samp>(cd1ed)</samp>
- Add xmcp to docs - by @transitive-bullshit <samp>(35ed4)</samp>
- web: Minor ui fixes - by @transitive-bullshit <samp>(c7df4)</samp>
🐞 Bug Fixes
- Cli package pnpm only-allow - by @transitive-bullshit <samp>(27173)</samp>
View changes on GitHub
Tags
README
[!IMPORTANT]
As of February, 2026, I'm archiving this project since it is no longer being actively developed. Agentic had a good run and explored some genuinely interesting ideas for the time, namely an HTTP <> MCP compatibility layer, a TS stdlib of AI functions, and cross-compat with all the major LLM libs + AI SDKs. But at the end of the day, it failed to gain traction, and I've moved on to other projects.
<p align="center">
<a href="https://agentic.so">
<img alt="Agentic" src="https://raw.githubusercontent.com/transitive-bullshit/agentic/main/apps/web/public/agentic-social-image-light.jpg" width="640">
</a>
</p>
<p>
<a href="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml"><img alt="Build Status" src="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml/badge.svg" /></a>
<a href="https://prettier.io"><img alt="Prettier Code Formatting" src="https://img.shields.io/badge/code_style-prettier-brightgreen.svg" /></a>
</p>
Agentic <!-- omit from toc -->
You can think of Agentic as RapidAPI for LLM tools.
All tools listed on Agentic's marketplace have been carefully hand curated and are regularly tested with a comprehensive set of integration tests and evals. Agentic aims for quality, not quantity.
On the flip side, Agentic makes it easy to publish your own MCP servers & OpenAPI services to Agentic's MCP Gateway and instantly start charging for agentic tool use.
Key features
- Highly Curated Tools: All publicly listed Agentic tools are manually vetted to keep an extremely high quality bar.
- Agentic UX: All Agentic tools have been hand-crafted specifically for LLM tool use. We call this Agentic UX, and it's at the heart of why Agentic tools work better for LLM & MCP use cases than legacy APIs.
- First-Class MCP Support: On both the publishing and consumption sides, Agentic supports MCP as a truly first-class primitive – not an afterthought.
- World-Class TypeScript DX: Agentic is written in TS and strives for a Vercel-like DX, including one-line integrations with every major TS LLM SDK.
- Stripe Billing: Agentic uses Stripe for billing, and most tools are _usage-based_, so you'll only pay for what you (and your agents) actually use.
- Blazing Fast MCP Gateway: Agentic's MCP gateway is powered by _Cloudflare's global edge network_. Tools come with customizable caching and rate-limits, so you can REST assured that your agents will always have a fast and reliable experience.
- Semver: All Agentic tools are versioned using semver, so you can choose how to handle breaking changes.
Getting started
- MCP Marketplace - Using tools
- MCP Publishing - Publishing your own tools
TypeScript LLM SDKs
Agentic has first-class support for every major TS LLM SDK, including:
Publish your own MCP products
<p align="center">
<a href="https://agentic.so/publishing">
<img alt="Agentic" src="https://raw.githubusercontent.com/transitive-bullshit/agentic/main/apps/web/public/agentic-publishing-social-image-dark-github.jpg" width="640">
</a>
</p>
- Learn more about publishing with Agentic
- Publish an existing MCP server with Agentic
- Publish an existing OpenAPI service with Agentic
Anyone can publish their own live MCP products with Agentic, but you'll need to submit your MCP to us before it can be listed on the main Agentic marketplace.
Join the community
Contributing
Agentic is proudly 100% open source.
Interested in contributing or building Agentic from scratch? See contributing.md.