ENDPOINT 1
https://mcp.mkna.ai/mcp
MCP server metadata
- Name
- mkna-ai
- Version
- 1.30.0
mkna-ai is a corpus of the documents Ecuadorian public institutions publish: laws, codes, regulations, executive decrees, ministerial agreements and resolutions, ordinances, court rulings, the Registro Oficial, reports and institutional communications, from 200+ publishers (the `catalog` tool lists them). The text is Spanish, as published, and held page by page, so every passage can be quoted with its document and page. Coverage grows every day and is not complete: `catalog` says, per publisher, how many documents have text. How to research: `search` broadly first, in Spanish (the corpus is Spanish: "inversión extranjera minería", not "foreign investment mining"), and read the `facets` to see which publishers, kinds and years hold the answer; then search again narrowed with `family`, `kind`, `category`, `sector`, `topic` or dates. `fetch` the two or three best documents (a passage id shows it in context; a document id gives the text with [p. N] markers); `read` pages or an article (`article='15'`) of a long one. Use `citations` to find the law a document applies or amends (direction 'out') and the later instruments and rulings that amend, repeal or cite it (direction 'in'). `documents` lists the newest instruments of a publisher or sector. For Constitutional Court rulings, `abstract` is the Court-written Resumen when present; use it to choose which ruling to open. Quote verbatim with the title, the page and the url, and say plainly what you searched for and did not find. What never to claim: this corpus does not assert that an instrument is "in force" (vigente). Amendments and repeals that documents in the corpus make expressly are shown by `citations`, each with its quote, page and document; report them as that ("the Decreto X of 2024 amends article 8, p. 3"), and say that absence of a reform here is not proof that none exists. Text is verbatim from the publisher's file; press articles are never returned beyond a title, a short snippet and their URL.
Known tools 6
fetchRead one document, or one passage in its context, by the id `search`, `documents` or `citations` gave.
Inferred read-onlycitationsWhat a document cites, amends or repeals, or which documents cite, amend or repeal it.
Inferred read-onlydocumentsList documents newest first, without a query: "the latest resolutions of the SRI", "what did the Registro Oficial publish in March 2024", "recent ordinances on mining".
Potential side effectscatalogWhat exists: every publisher (family) with how many documents it has and how many have text.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mkna-ai]
url = "https://mcp.mkna.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mkna-ai": {
"type": "http",
"url": "https://mcp.mkna.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mkna-ai
Remote MCP URL: https://mcp.mkna.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mkna-ai": {
"url": "https://mcp.mkna.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mkna-ai": {
"type": "http",
"url": "https://mcp.mkna.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mkna-ai",
"transport": "streamable-http",
"url": "https://mcp.mkna.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.