🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@index365/mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@index365/mcp

index365 MCP server (stdio) for AI-Readiness and Marketing Signal scans plus read-only access to runs and findings. No Website Security scan tool.

npmnpm
Version
0.1.3
Version published
Weekly downloads
157
-27.98%
Maintainers
1
Weekly downloads
 
Created
Source

@index365/mcp

The index365 MCP server. It gives Claude Code, Codex, and Cursor read access to your audit runs and findings, plus the ability to start audits, over the public /api/v1.

This is a thin wrapper: no audit logic, no database access, no filesystem access, no ambient workspace permissions. It authenticates with an i365_ API key from the host environment and acts with the scopes that key carries — every key is full scope, so it can start audits and manage projects out of the box. Keys are organization-scoped and revocable instantly.

index365 runs two audits: AI-Readiness (how well AI agents and AI search can read a site) and Marketing Signal (find, trust, act, measure, improve). Each run produces a score plus findings with stable IDs, evidence, and machine-readable remediation.

Install

Claude Code

claude mcp add index365 -e INDEX365_API_KEY=<your i365_ key> -- npx -y @index365/mcp

Codex / Cursor / any MCP host

{
  "mcpServers": {
    "index365": {
      "command": "npx",
      "args": ["-y", "@index365/mcp"],
      "env": { "INDEX365_API_KEY": "<your i365_ key>" }
    }
  }
}

Create an API key on the dashboard API Keys page (every plan, including Free). index365 mcp config (from @index365/cli) prints this block for you.

Tools

Read: list_projects, get_run_status, list_findings, get_finding, get_report_context, get_marketing_signal_report, list_integrations, list_connected_signals. Run: start_audit, run_marketing_signal_audit.

Prompts: triage_findings, prepare_pr_plan, marketing_fix_plan, summarize_run_for_slack.

Docs

Full reference: https://index365.co/docs/developers/mcp

License

MIT

Keywords

index365

FAQs

Package last updated on 11 Jul 2026

Did you know?

Socket

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.

Install

Related posts