Detextit by Shekkizh
Find tools and hosted agents by task, with source documentation and connection requirements.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~282Tokens (tool definitions)
~963 BTypical response size
Minimal attention impact (0.22% 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": {
"detextit": {
"url": "https://www.detextit.com/api/mcp"
}
}
}Remote endpoints
https://www.detextit.com/api/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢search_capabilities(query, kind, category, protocol, limit)
Find tools or hosted agents for a task. Filter by type, category or connection protocol; returns documentation, access requirements and limitations. No external tool execution.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"maxLength": 300
},
"kind": {
"type": "string",
"enum": [
"tool",
"agent",
"framework"
]
},
"category": {
"type": "string",
"enum": [
"web-search",
"data-extraction",
"browser-automation",
"code-execution",
"developer-tools",
"coding-agent",
"agent-orchestration"
]
},
"protocol": {
"type": "string",
"maxLength": 40
},
"limit": {
"default": 5,
"type": "integer",
"minimum": 1,
"maximum": 20
}
},
"required": [
"query"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}🟢get_capability(id)
Get one Detextit listing by its stable ID, including provider sources and connection requirements.
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 80
}
},
"required": [
"id"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}Community
Evidence
Recent observations
verifiedversion not recorded2 tools