Install
$ agentstack add skill-gybson63-1c-odata-skill-analyst-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
analyst-mcp — MCP для аналитика
> Человеческая документация (Docker, отладка, gating): [docs/searxng.md](../../docs/searxng.md). Конфиг env.json: [docs/configuration.md](../../docs/configuration.md).
Конфигурация (бот)
{
"mcp_servers": {
"conf-doc": { "...": "shared для всех агентов" }
},
"agents": {
"analyst": {
"mcp_inherit": true,
"mcp_servers": {
"searxng": {
"enabled": true,
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-searxng"],
"env": {
"SEARXNG_URL": "http://localhost:8080"
}
},
"document-reader": { "enabled": false }
}
}
}
}
Merge: {...profile.mcp_servers, ...agent.mcp_servers}. enabled: false — пропуск.
Когда какой MCP
| MCP | Когда | Инструменты | |-----|-------|-------------| | conf-doc | Всегда для метаданных конфигурации | conf_doc_* | | searxng | Только после conf_doc + profile; не хватает имён реквизитов / OData-поведения | searxng_web_search, web_url_read | | document-reader | Книги/PDF по 1С (future) | filesystem MCP |
SearXNG
Fallback после conf-doc + profile. Gating: не вызывать до conf_doc_search.
| Tool | Назначение | |------|------------| | searxng_web_search | Поиск по вебу | | web_url_read | Чтение страницы в markdown |
Установка, Docker, MCP в Cursor, отладка 403: [docs/searxng.md](../../docs/searxng.md).
Cursor IDE
Подключи в .cursor/mcp.json:
1c-conf-doc— обязательноsearxng— опционально для внешней документации- Опционально: filesystem (document-reader)
См. [mcp.analyst.example.json](../../mcp.analyst.example.json)
Whitelist (бот)
agents.analyst.allowed_mcp_tools — только эти MCP tools попадают в AI loop.
По умолчанию включены searxng_web_search и web_url_read; они активны только при searxng.enabled: true.
Native tool submit_metadata_brief — всегда доступен для финализации.
Отладка
Логи бота: AnalystAgent MCP [server]: tools=[...], Analyst MCP: brief ready.
HTTP fallback: conf_doc_fallback в env.json при недоступности MCP conf-doc.
SearXNG 403 и smoke-test: [docs/searxng.md](../../docs/searxng.md).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gybson63
- Source: gybson63/1c-oData-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.