AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Analyst Mcp

skill-gybson63-1c-odata-skill-analyst-mcp · by gybson63

>-

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-gybson63-1c-odata-skill-analyst-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gybson63-1c-odata-skill-analyst-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Analyst Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.