contract-compass
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

FieldTypeDescription
contract_type*string (construction | service | product)
estimated_price*integer
org_typestring (national | local | public_corp) default "public_corp"
service_typestring
construction_specialtystring
is_sme_competition_productboolean default false
negotiation_reasonstring
is_women_enterpriseboolean default false
is_disabled_enterpriseboolean default false
is_social_enterpriseboolean default false
is_youth_startupboolean default false
is_small_enterpriseboolean default false
project_namestring default "MCP 조회"
follow_up_answersstring
selected_rule_idstring
selected_alternative_kindstring

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.