Odel
MIAPI — Grounded Web Answers

MIAPI — Grounded Web Answers

Local
@doyukndrPythonMITUpdated 1w ago

Web search and AI answers with real source citations and a confidence score.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImiapi-sdkv1.1.1

Run

uvx miapi-sdk

MCP client config

{
  "mcpServers": {
    "miapi-grounded-web-answers": {
      "command": "uvx",
      "args": [
        "miapi-sdk"
      ]
    }
  }
}