C
contract-compass
/decide_contract_method
계약방법 판정
계약방법 결정론 판정 — 룰엔진이 적용 가능한 계약방법 후보와 법령 근거를 반환. Args: contract_type: "construction"(공사) | "service"(용역) | "product"(물품) estimated_price: 추정가격
liveverifiedunknown~5s typical
mcpprobedcontract-compass
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-sallim-contract-compass /decide_contract_method for me.
Input
| Field | Type | Description |
|---|---|---|
| contract_type* | string (construction | service | product) | |
| estimated_price* | integer | |
| org_type | string (national | local | public_corp) | default "public_corp" |
| service_type | string | |
| construction_specialty | string | |
| is_sme_competition_product | boolean | default false |
| negotiation_reason | string | |
| is_women_enterprise | boolean | default false |
| is_disabled_enterprise | boolean | default false |
| is_social_enterprise | boolean | default false |
| is_youth_startup | boolean | default false |
| is_small_enterprise | boolean | default false |
| project_name | string | default "MCP 조회" |
| follow_up_answers | string | |
| selected_rule_id | string | |
| selected_alternative_kind | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-sallim-contract-compass","endpoint":"/decide_contract_method","input":{"contract_type":"construction","estimated_price":1,"org_type":"public_corp","is_sme_competition_product":false,"is_women_enterprise":false,"is_disabled_enterprise":false,"is_social_enterprise":false,"is_youth_startup":false,"is_small_enterprise":false,"project_name":"MCP 조회"}}'cli
npx cracked-ai run -p mcp-app-sallim-contract-compass -e /decide_contract_method -i '{"contract_type":"construction","estimated_price":1,"org_type":"public_corp","is_sme_competition_product":false,"is_women_enterprise":false,"is_disabled_enterprise":false,"is_social_enterprise":false,"is_youth_startup":false,"is_small_enterprise":false,"project_name":"MCP 조회"}'mcp
run_tool({ provider: "mcp-app-sallim-contract-compass", endpoint: "/decide_contract_method", input: {"contract_type":"construction","estimated_price":1,"org_type":"public_corp","is_sme_competition_product":false,"is_women_enterprise":false,"is_disabled_enterprise":false,"is_social_enterprise":false,"is_youth_startup":false,"is_small_enterprise":false,"project_name":"MCP 조회"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.