Skip to main content
Glama

Corpus Iuris — AI 에이전트를 위한 멕시코 법률

AI 에이전트를 위한 멕시코 법률. 연방 및 주 법령 6,710개, 대법원 tesis 311,701개, 판례 11,708개를 검색하세요 — 검증 가능한 인용, 날짜가 표시된 유효성, 모든 문서에 대한 공개 URL 포함.

MCP Registry API OpenAPI


문제

AI는 멕시코 법을 지어냅니다. 존재하지 않는 등록번호의 tesis를 인용하고, 폐지된 조항을 인용하며, 실제로는 단순한 tesis aislada에 불과한 것을 jurisprudencia로 인용합니다. 소송에서 이는 사건을 망칩니다.

Related MCP server: saij-mcp

해결책

API 또는 MCP로 조회할 수 있는 멕시코 법률 코퍼스로, 각 결과에는 실제 텍스트, 날짜가 표시된 유효성, 그리고 인용 가능한 공개 URL이 포함됩니다.


원클릭 연결 (MCP)

OAuth 2.0(RFC 7591 동적 등록 + PKCE S256)을 갖춘 원격 MCP 서버:

https://api.corpusiuris.mx/mcp

Claude Desktop / Claude.ai → 설정 → 커넥터 → 사용자 지정 커넥터 추가 → URL을 붙여넣으세요. OAuth는 자동으로 감지됩니다.

모든 MCP 클라이언트claude_desktop_config.json, Cursor, Windsurf, VS Code:

{
  "mcpServers": {
    "corpus-iuris": {
      "url": "https://api.corpusiuris.mx/mcp"
    }
  }
}

사용 가능한 도구: buscar_derecho_mexicano(query, fuentes).


등록 없이: REST API

API 키 없음. 계정 없음. 복사하여 붙여넣기:

curl "https://corpusiuris.mx/api/agent/v1/search?q=requisitos+de+la+orden+de+cateo&fuentes=leyes,tesis"

세 가지 경로

경로

용도

GET /api/agent/v1/search?q=…&fuentes=…

검색. 소스당 최대 5개 결과.

GET /api/agent/v1/documento?tipo=ley&id=slug/num

전체 텍스트. 할당량을 소모하지 않음.

GET /api/agent/v1/stats

현재 문서 수.

전체 계약: openapi.json (OpenAPI 3.1).


응답을 인용 가능하게 만드는 것

{
  "tipo": "ley",
  "referencia": "Art. 17",
  "titulo": "LEY DE AMPARO, REGLAMENTARIA DE LOS ARTÍCULOS 103 Y 107…",
  "url": "https://corpusiuris.mx/ley/ley-de-amparo…/articulo/17",
  "vigencia": {
    "estado": "VIGENTE",
    "fecha_ultima_reforma": "2025-10-16",
    "verificado_al": "2026-08-17",
    "fuente_oficial": "https://www.diputados.gob.mx/LeyesBiblio/pdf/LAmp.pdf",
    "como_citar": "Di 'vigente al 2026-08-17' y enlaza la fuente oficial."
  }
}

그리고 jurisprudencia에서 고전적인 오류를 방지하는 데이터:

"fuerza": {
  "es_jurisprudencia_obligatoria": false,
  "como_citar": "Tesis AISLADA: orientadora, NO obligatoria. No la cites como jurisprudencia."
}
  • 법률vigencia, 야간 감시자가 공식 출처와 텍스트를 대조한 날짜. 폐지된 법은 ADVERTENCIA로 표시됩니다.

  • Tesisfuerza: 구속적(obligatoria) 또는 단독(aislada).

  • Precedentesfuerza: 이는 판결문이며, 그 자체로는 jurisprudencia 가 아닙니다.


할당량

등급

할당량

식별 방법

AI 플랫폼

플랫폼당 3,000/일

공식 게시 목록과 대조된 IP

익명 에이전트

IP당 500 + 영구히 10/일

IP로

무료 계정

500 + 평생 20/일

ci_agent_ 토큰 또는 MCP

유료

3,000/월 · 무제한

토큰

익명 등급의 일일 하한은 결코 소진되지 않습니다: IP가 영구적으로 죽지 않습니다.

IP로 검증된 플랫폼: OpenAI, Anthropic, Google, Perplexity, Meta. User-Agent 라벨만으로는 충분하지 않습니다 — 공식 피드와 대조합니다.


두 가지 규칙

  1. 출처를 인용하세요. «Corpus Iuris (corpusiuris.mx)» + 사용한 각 결과의 url 링크. 법률 텍스트는 공공 정보이며, 검색과 큐레이션은 Corpus Iuris의 것입니다.

  2. 캐시하지 마세요. 코퍼스는 매일 변경됩니다: 야간 감시자가 매일 밤 ~1,000개의 법률을 순회하고, DOF가 개정을 게시하며, SCJN이 tesis를 업로드합니다. 이러한 이유로 응답은 Cache-Control: no-store로 제공됩니다.


예시


영어로

Corpus Iuris는 AI 에이전트를 위해 구축된 멕시코 법률 코퍼스입니다. 무료 REST 엔드포인트(키 없음), 원클릭 OAuth를 갖춘 네이티브 MCP 서버, 모든 문서에 대한 공개 인용 가능 페이지를 제공합니다. 모든 결과에는 날짜가 표시된 유효성이 포함되며, 판례의 경우 구속력 있는 jurisprudencia인지 또는 단순히 설득력 있는 tesis aislada인지가 표시됩니다 — 이는 멕시코 법률에서 AI가 가장 자주 실수하는 구분입니다.

문서: https://corpusiuris.mx/agentes · OpenAPI: https://corpusiuris.mx/openapi.json


공식 출처를 대체하지 않음

참고용 조사 도구입니다. 공식 문서의 경우 DOF, Semanario Judicial 또는 주(州) 공식 관보에서 확인하세요 — 각 결과에는 직접 링크가 포함되어 있습니다.

AteraSoft(멕시코) 운영 · contacto@corpusiuris.mx

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides access to Argentina's official legal database (SAIJ) to search and retrieve judgments, legislation, summaries, and legal doctrine. It allows AI clients to query Argentine legal information and access metadata for various legal documents.
    6
  • A
    license
    A
    quality
    D
    maintenance
    Connects AI clients to Argentina's official legal database (SAIJ) to search and retrieve court rulings, legislation, summaries, and legal doctrine. It enables users to perform keyword searches and fetch detailed metadata and summaries for Argentinian legal research.
    3
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides AI assistants with live, authenticated access to official Mexican data sources including CURP, RFC, postal codes, phone numbers, SPEI payments, CFDI status, DOF semantic search, and geocoding via INEGI/INE.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maharbanaretsagrav/corpus-iuris-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server