ITEON MCP Server
Official5 toolsby iteon
Polski software house B2B: 5 public + 7 OAuth 2.1 private MCP tools (AI estimate, draft, risk).
Polish software house tools for AI estimates, drafting, and risk assessment.
Captured live from the server via tools/list.
methodology.lookup
Search ITEON public methodology, architectural patterns, blog posts, and case studies. Read-only public knowledge base. Use when the user asks technical/architectural questions and you want to cite professional sources.
Parameters (2)
- querystringrequired
Topic or keywords to search (e.g. "multi-tenant SaaS", "OAuth", "legacy modernization").
- limitnumber
Max results (1-10, default 3).
case_studies.find_relevant
Find ITEON real-world case studies (banking, insurance, government, custom apps, mobile, e-commerce, energy) matching a topic, technology, or industry. Use when user asks "who can build X" or "anyone done Y before". Returns 1-3 actual ITEON projects from portfolio with stack, period, outcomes, and link to full case study on iteon.pl.
Parameters (3)
- querystringrequired
Topic, technology, or keywords (e.g. "Java legacy migration", "React Native mobile", ".NET Core API integration", "ECM banking").
- industrystring
Optional industry filter: banking, insurance, government, fintech, energy, retail, agriculture, consumer.
- limitnumber
Max results (1-10, default 3).
expert_match.find
Find an ITEON expert with relevant skills for a specific technical problem. Returns name, role, specializations, years of experience, LinkedIn profile. Use when the user wants to know "who at ITEON can help with X". Personalizes the sales touch -- client knows who they will talk to.
Parameters (3)
- topicstringrequired
Technical topic or problem (e.g. "microservices migration", "React Native iOS", "PostgreSQL multi-tenant").
- senioritystring
Optional: required seniority level.
- limitnumber
Max results (1-5, default 2).
stack.health_audit
Run an objective health audit of a public URL: Google Lighthouse scores (performance, accessibility, SEO, best practices), HTTPS certificate validity, and security headers (HSTS, CSP, X-Frame-Options, Referrer-Policy). Returns hard data only -- ITEON has zero opinion in the response. Useful when the user wants to know "is my site healthy" before considering modernization.
Parameters (2)
- urlstringrequired
HTTPS URL of the page to audit (e.g. "https://example.com").
- strategystring
Audit strategy. Default: mobile.
system.status
Get current health status of the ITEON MCP server and platform. Returns overall status (operational/degraded/incident), version, deploy info, and per-component health (database, redis, queue). Use BEFORE calling private tools to verify service is available.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://api.iteon.pl/api/v1/mcpclaude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.iteon.pl/api/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.