ForensiScope by Evercraft
Evercraft long-video/audio analysis with transcription, timelines and duplicate-segment review.
Should I use this
Quality & Safety
Findings (1)
- LOWin get_forensiscope_capabilities
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (4)
🟢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
Evidence