
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@402index/mcp-server
Advanced tools
MCP server for 402 Index — search 15,000+ paid API endpoints across L402, x402, and MPP protocols with real-time health monitoring
MCP server for AI agent service discovery via the 402 Index directory.
| Tool | Description |
|---|---|
search_services | Search/filter paid API services (protocol, category, health, price, etc.) |
get_service_detail | Get full details for a single service including health check history |
list_categories | List all categories with service counts |
get_directory_stats | Directory health, totals, sync timestamps |
cd mcp-server
npm install
npm run build
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"402index": {
"command": "node",
"args": ["/path/to/402index/mcp-server/dist/index.js"],
"env": {
"INDEX_URL": "https://402index.io"
}
}
}
}
Add to .claude/settings.json or run:
claude mcp add 402index node /path/to/402index/mcp-server/dist/index.js
Add to .cursor/mcp.json:
{
"mcpServers": {
"402index": {
"command": "node",
"args": ["/path/to/402index/mcp-server/dist/index.js"]
}
}
}
| Variable | Default | Description |
|---|---|---|
INDEX_URL | https://402index.io | Base URL of the 402 Index API |
FAQs
MCP server for 402 Index — search 15,000+ paid API endpoints across L402, x402, and MPP protocols with real-time health monitoring
The npm package @402index/mcp-server receives a total of 86 weekly downloads. As such, @402index/mcp-server popularity was classified as not popular.
We found that @402index/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.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.