★ 0 stars
TypeScript
🔒 Security
Updated today
Modern MCP server for Moldova's ANSC public-procurement appeals — search, decisions, hearing schedule, multi-modal PDF (text + vision-OCR fallback), MCP spec 2025-11-25.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ansc-mcp-server": {
"command": "npx",
"args": [
"-y",
"nalyk/ansc-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ansc-mcp-server npx -y nalyk/ansc-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ansc-mcp-server": {
"command": "npx",
"args": [
"-y",
"nalyk/ansc-mcp-server"
]
}
}
}
Topics
anscmcpmcp-servermodel-context-protocolmoldovaoauth2public-procurementstreamable-httptypescriptweb-scraping