agenticlist
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
AI agent registry — search, discover, register, and connect agents via MCP.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
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.14MIT- AlicenseNot gradedqualityDmaintenanceMCP Server for agent and service discovery — register, search, rate, and manage AI agents and services in a local directory.13MIT

@absolutejs/agents-mcpofficial
AlicenseNot gradedqualityBmaintenanceProvides a read-only MCP server for searching and retrieving cryptographically verified AI agents from the AbsoluteJS public agent registry.130MIT- 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/reindent/mcp-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server