
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
agent-discovery-mcp-server
Advanced tools
MCP server for the Agent Discovery Index — discover machine services from Claude, Cursor, VS Code, and any MCP client
MCP server for Montexi — gives Claude, Cursor, VS Code, and any MCP client the ability to search 1,000+ indexed machine services.
When you ask Claude "find me a geocoding API" or "what translation services are available", it calls the Agent Discovery Index directly through MCP tools.
npm install -g agent-discovery-mcp-server
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"agent-discovery": {
"command": "npx",
"args": ["agent-discovery-mcp-server"]
}
}
}
claude mcp add agent-discovery -- npx agent-discovery-mcp-server
Add to your MCP settings:
{
"mcp": {
"servers": {
"agent-discovery": {
"command": "npx",
"args": ["agent-discovery-mcp-server"]
}
}
}
}
Point to a self-hosted index by setting the environment variable:
{
"mcpServers": {
"agent-discovery": {
"command": "npx",
"args": ["agent-discovery-mcp-server"],
"env": {
"AGENT_DISCOVERY_INDEX_URL": "https://your-index.example.com"
}
}
}
}
discover_servicesSearch for services by capability. Filters by access model and protocol.
Example prompts:
service_detailsGet detailed information about a specific service endpoint.
Example prompts:
index_statsGet statistics about the index — total services, protocol breakdown, access classification.
Example prompts:
submit_serviceSubmit a new URL for the crawler to index.
Example prompts:
check_service_accessProbe a URL to determine its access requirements (free, API key, OAuth, payment).
Example prompts:
The MCP server wraps the agent-discovery-sdk and exposes the Agent Discovery Index API as MCP tools. It uses stdio transport (the standard for local MCP servers) and starts in under 2 seconds.
All data comes from the public index at montexi.com. No API keys or accounts needed.
MIT
FAQs
MCP server for the Agent Discovery Index — discover machine services from Claude, Cursor, VS Code, and any MCP client
The npm package agent-discovery-mcp-server receives a total of 5 weekly downloads. As such, agent-discovery-mcp-server popularity was classified as not popular.
We found that agent-discovery-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.