yoda.digital / open source

Moldova Public Procurement · Install

ansc-mcp-server

MCP server exposing Moldova's ANSC public-procurement appeals, decisions, hearings, and PDFs to AI agents.

Stars
0
Forks
0
Version
v1.0.3
License
MIT
Tools
18
Updated
2026-05-02
Shell
npx -y mcp-ansc-server
MCP client configuration
Claude Desktop json
{
  "mcpServers": {
    "mcp-ansc-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ansc-server"
      ]
    }
  }
}
Cursor json
{
  "mcpServers": {
    "mcp-ansc-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ansc-server"
      ]
    }
  }
}
Zed json
{
  "context_servers": {
    "mcp-ansc-server": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "mcp-ansc-server"
        ]
      },
      "settings": {}
    }
  }
}
VS Code json
{
  "servers": {
    "mcp-ansc-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ansc-server"
      ],
      "type": "stdio"
    }
  }
}
Shell bash
npx -y mcp-ansc-server

build/index.js · mcp-ansc-server