Skip to main content
Glama

Corpus Iuris — メキシコ法のためのAIエージェント向けコーパス

AIエージェントのためのメキシコ法。 6,710件の連邦法・州法、 311,701件の最高裁判所のテシス(判例)および11,708件の先例を検索可能 — 検証可能な引用、日付付きの効力情報、全文書の公開URL付き。

MCP Registry API OpenAPI


問題

AIはメキシコ法について誤った情報を生成します。存在しない登録番号のテシスを引用し、 廃止された条文を引用し、単なるテシス・アislada(個別判例)を拘束力のある判例として 提示します。訴訟においてそれは大きな代償を伴います。

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"

3つのエンドポイント

エンドポイント

用途

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."
  }
}

そして判例において、AIの典型的な誤りを防ぐデータ:

"fuerza": {
  "es_jurisprudencia_obligatoria": false,
  "como_citar": "Tesis AISLADA: orientadora, NO obligatoria. No la cites como jurisprudencia."
}
  • 法律vigencia(効力):公式ソースに対してテキストを検証した日付。 廃止された法律はADVERTENCIA(警告)付きで表示されます。

  • テシスfuerza(拘束力):拘束力のある判例か、単なる説得的なテシスか。

  • 先例fuerza(拘束力):これらは判決文であり、それ自体では 判例(jurisprudencia)ではありません。


利用クォータ

カテゴリ

クォータ

認証方法

プラットフォーム

プラットフォームあたり日次3,000件

公式フィードに対して検証されたIP

匿名エージェント

IPあたり500件 + 永続的に日次10件

IPのみ

無料アカウント

500件 + 永続的に日次20件

ci_agent_トークンまたはMCP

有料アカウント

月次3,000件・無制限

トークン

匿名トラックの日次クォータは決して枯渇しません:IPは 永続的にブロックされることはありません。

検証済みプラットフォームIP:OpenAI、Anthropic、Google、Perplexity、Meta。 User-Agentヘッダーだけでは不十分です — 公式フィードに対して照合されます。


2つのルール

  1. 出典を明記する。 「Corpus Iuris(corpusiuris.mx)」+ 使用した各結果のurlリンク。 法律テキストは公開情報ですが、検索とキュレーションはCorpus Iurisの成果です。

  2. キャッシュしない。 コーパスは毎日更新されます:監視プロセスが毎晩 ~1,000件の法律をスキャンし、DOF(官報)が改正を公布し、SCJN(最高裁判所)が 新しいテシスを公表します。そのため、レスポンスはCache-Control: no-storeで 配信されます。


使用例


English

Corpus Iuris is a Mexican legal corpus built for AI agents. Free REST endpoint (no key), native MCP server with one-click OAuth, and a public citable page for every document. Every result carries dated validity and, for case law, whether it is binding jurisprudence or a merely persuasive tesis aislada — the distinction that most often trips up AI in Mexican law.

Docs: 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