What is the ihalent MCP server?
Turkish public-tender (EKAP) award intelligence: firm histories, discounts, competition, red flags
How to install ihalent
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ihalent": {
"command": "uvx",
"args": [
"ihalent"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ihalent": {
"command": "uvx",
"args": [
"ihalent"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ihalent": {
"command": "uvx",
"args": [
"ihalent"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ihalent": {
"type": "stdio",
"command": "uvx",
"args": [
"ihalent"
]
}
}
}Claude Code
claude mcp add ihalent -- uvx ihalentRelated MCP servers
acikpoz
Active
Turkish public construction unit-price (birim fiyat) catalog PDFs into structured pozes
1
View repository →Python
MIT
andon
Active
Deterministic verification for AI-generated analysis: run a spec, inspect or diff a workbook
1
View repository →Python
MIT
ERP Report Engine
Active
Read-only MCP for the SQL database behind an ERP: provably read-only guard, public benchmark.
0
View repository →Python
MIT