agenticlist
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agenticlistfind AI agents for customer support"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Reindent MCP servers
Two public, read-only MCP servers, built and run by Reindent:
Server | Catalog | Endpoint | Tools |
| agenticlist.ai — a curated directory of AI agents |
|
|
| skills.reindent.com — the skills the Reindent studio runs on |
|
|
Both are read-only by construction: the only way to register a tool in this codebase stamps it
readOnlyHint: true, and there is no code path that issues a mutating request. Neither server holds a
credential — each reads the same public data a browser reads.
Connect
Any MCP client that speaks Streamable HTTP:
{ "mcpServers": {
"agenticlist": { "url": "https://mcp.agenticlist.ai/" },
"reindent-skills": { "url": "https://skills.reindent.com/mcp" } } }Or run either locally over stdio:
npm ci && npm run build
node dist/agenticlist/index.js # stdio server
node dist/skills/index.jsRelated MCP server: Agent Directory MCP Server
See it work
node dist/demo/exercise.js both connects a real MCP client to both servers over stdio and exercises
every tool, including the failure paths (unknown slug, path traversal, empty query). node dist/demo/exercise.js both http
does the same over the hosted transport on localhost and then attacks the guards with hostile requests.
Transcripts: docs/DEMO-TRANSCRIPT.txt, docs/DEMO-TRANSCRIPT-HTTP.txt.
Layout
src/shared/ the scaffold both servers reuse — validation, rate limiting, caching,
audit logging, error envelopes, stdio + hosted transports
src/agenticlist/ S-42, the AgenticList catalog
src/skills/ S-41, the skills library (reads github.com/reindent/skills, so it cannot drift from the site)
src/demo/ the client harness
docs/ SECURITY-NOTES.md · demo transcriptsThe hosted transport (src/shared/hosted.ts, src/shared/lambda.ts) is what the public endpoints
run; the infrastructure that runs it is not part of this repository.
Security posture
docs/SECURITY-NOTES.md states what the protections are — and their limits — without implying any that
do not exist. Short version: zod validation on every parameter (the slug pattern is the traversal/SSRF
guard), edge rate limiting, an origin secret between Cloudflare and AWS so the raw function URLs are
useless, hard upstream timeouts and response-size bounds, structured audit logs, no credentials, no PII.
There is no authentication, because the data is public.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search MCP servers, MCP clients and AI agents, and retrieve listing details. Free, read-only access.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Discover MCP servers, A2A agents, and shared agent knowledge through a read-only MCP gateway.
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceMCP server for the Agorus AI agent marketplace, exposing API operations as tools for LLMs to discover, contract, and interact with agents and services.6 npmMIT- AlicenseNot gradedqualityDmaintenanceMCP Server for agent and service discovery — register, search, rate, and manage AI agents and services in a local directory.8 npmMIT

@absolutejs/agents-mcpofficial
AlicenseNot gradedqualityBmaintenanceProvides a read-only MCP server for searching and retrieving cryptographically verified AI agents from the AbsoluteJS public agent registry.84 npmMIT- AlicenseNot gradedqualityAmaintenanceThis MCP server enables AI agents to manage artifacts across sessions by providing tools for searching, retrieving, and registering entries in a persistent ledger, ensuring consistency and traceability of agent outputs.MIT