OOSDK MCP Server

53 tools. 23 can modify or destroy data without limits.

3 destructive tools with no built-in limits. Policy required.

Last updated:

23 can modify or destroy data
30 read-only
53 tools total

Community server · catalogue entry verified 02/07/2026

How to control OOSDK MCP Server ↓

What OOSDK MCP Server exposes to your agents

Read (30) Write / Execute (20) Destructive / Financial (3)
Critical Risk

The most dangerous OOSDK MCP Server tools

23 of OOSDK MCP Server's 53 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control OOSDK MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and OOSDK MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "register_collection_payment": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_calendar_event": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_calendar_event": {
    "limits": [
      {
        "counter": "add_calendar_event_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_email_with_ai": {
    "limits": [
      {
        "counter": "analyze_email_with_ai_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register OOSDK MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON OOSDK →

Instant setup, no code required.

All 53 OOSDK MCP Server tools

READ 30 tools
Read analyze_email_with_ai analyze_email_with_ai Read ask_company_helpdesk ask_company_helpdesk Read check_all_services_status 모든 서비스와 Agent의 현재 상태를 확인합니다. Read confirm_dunning BC5 수금 2단계 — 독촉 승인·실행. collections_agent.send_dunning 위임 (발송+chatter). Read confirm_partial_shipment confirm_partial_shipment Read fetch_unread_emails fetch_unread_emails Read find_existing_sales_order find_existing_sales_order Read get_agent_info 등록된 Agent들의 상세 정보를 반환합니다. Read get_calendar_events get_calendar_events Read get_calendar_status Google Calendar 서비스 상태를 확인합니다. Read get_company_helpdesk_status Company Helpdesk 시스템의 현재 상태를 확인합니다. Read get_current_user_info 현재 연결된 사용자 정보를 반환합니다. Read get_errors 최근 에러 로그를 조회합니다. Read get_execution_history 최근 Multi-Agent 실행 이력을 반환합니다. Read get_gmail_status Gmail 서비스 상태를 확인합니다. Read get_odoo_status get_odoo_status Read get_ontology_decisions get_ontology_decisions Read get_openai_status OpenAI 서비스 상태를 확인합니다. Read get_orders_allocation_status 현재 고객 주문들의 재고 할당/출고 상태 조회 (read-only). Read get_product_stock get_product_stock Read get_salesforce_status Salesforce 서비스 상태를 확인합니다. Read get_slow_tools get_slow_tools Read get_stats get_stats Read list_company_documents 업로드된 회사 문서 목록을 조회합니다. Read list_order_deliveries list_order_deliveries Read process_sales_opportunity process_sales_opportunity Read query_logs query_logs Read search_calendar_events 일정을 검색합니다 (제목, 설명에서 키워드 검색). Read search_company_documents search_company_documents Read verify_salesforce_lead Salesforce에서 Lead 정보를 확인합니다.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about OOSDK MCP Server

Can an AI agent move money through the OOSDK MCP Server MCP server? +

Yes. The OOSDK MCP Server server exposes 1 financial tools including register_collection_payment. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the OOSDK MCP Server MCP server? +

Yes. The OOSDK MCP Server server exposes 2 destructive tools including delete_calendar_event, delete_company_document. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through OOSDK MCP Server? +

The OOSDK MCP Server server has 7 write tools including add_calendar_event, create_salesforce_lead, generate_email_reply. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach OOSDK MCP Server.

How many tools does the OOSDK MCP Server MCP server expose? +

53 tools across 4 categories: Destructive, Execute, Read, Write. 30 are read-only. 23 can modify, create, or delete data.

How do I enforce a policy on OOSDK MCP Server? +

Register the OOSDK MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every OOSDK MCP Server tool call.

Deterministic rules across all 53 OOSDK MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

53 OOSDK MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.