Back to Home
Cronos402 icon

mcp-indexer

Verified Safe

by Cronos402

Overview

Provides a data persistence and analytics service for Cronos402 MCP servers, indexing their details and ingesting RPC usage logs.

Installation

Run Command
tsx src/server.ts

Environment Variables

  • DATABASE_URL
  • INGESTION_SECRET
  • MODERATION_SECRET

Security Notes

The application uses environment variables for secrets (INGESTION_SECRET, MODERATION_SECRET) which is a good practice. Admin endpoints are protected by MODERATION_SECRET. The `/ingest/rpc` endpoint is protected by INGESTION_SECRET. The CORS policy is permissive ('*'), which means it allows requests from any origin, but sensitive endpoints are authenticated. The `inspectMcp` function makes outgoing network requests to arbitrary MCP server origins, which could expose the indexer to risks like DoS if a malicious or poorly performing `origin` is provided. The `zodToJson` helper adds a defensive layer to prevent non-serializable data from being stored directly.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-18

Tags

data persistenceanalyticsmcpserver indexingmoderation