ForensiScope by Evercraft

Evercraft long-video/audio analysis with transcription, timelines and duplicate-segment review.

Should I use this

Quality & Safety

B
Description quality
93%
Schema completeness
50%
Naming quality
90%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (1)

  • LOWTool 'get_forensiscope_capabilities' description lacks action verbin get_forensiscope_capabilities

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~483Tokens (tool definitions)
~482 BTypical response size
Minimal attention impact (0.38% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "forensiscope": {
      "url": "https://evercraft-forensiscope.base44.app/functions/forensiScopeMcp"
    }
  }
}

Remote endpoints

https://evercraft-forensiscope.base44.app/functions/forensiScopeMcpstreamable-http

What it can do

Tool inventory

Tools (4)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢classify_media_route(size_bytes, duration_seconds)

Given known media file size and/or duration, return the correct ForensiScope route (self-service, assisted ingest, custom case, or human handoff) and the applicable published duration price when determinable. Read-only.

Input Schema

{
  "type": "object",
  "properties": {
    "size_bytes": {
      "type": "integer",
      "minimum": 0,
      "maximum": 9007199254740991
    },
    "duration_seconds": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_forensiscope_pricing

Return current published duration pricing and self-service/assisted-ingest boundaries. Read-only and creates no checkout.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢prepare_forensiscope_handoff(intent, source)

Return a tagged ForensiScope URL for AI media overflow, long-form analysis, surveillance review, recording comparison, incident timeline, or pricing. Does not upload media, attest rights, create checkout, charge, or start analysis.

Input Schema

{
  "type": "object",
  "properties": {
    "intent": {
      "type": "string",
      "enum": [
        "overflow",
        "long_form",
        "surveillance",
        "compare",
        "incident_timeline",
        "pricing"
      ]
    },
    "source": {
      "type": "string",
      "maxLength": 60
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_forensiscope_capabilities

Describe ForensiScope machine-facing routing capabilities, current boundaries, supported outputs, and unsupported claims.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded4 tools