RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.itcons-app/mcp · v0.5.1
Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.
Itcons.app 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、sse、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@itcons-app/mcp"
],
"env": {
"ITCONS_DOMAIN": "<ITCONS_DOMAIN>"
}
}
}
}ITCONS_DOMAIN必填Itcons.app tenant domain, for example 'demo' for https://demo.itcons.app.
ITCONS_USERNAME可选Itcons.app username or email for local stdio usage.
ITCONS_PASSWORD可选secretItcons.app password for local stdio usage.
ITCONS_TOKEN可选secretExisting Itcons.app bearer token. Can be used instead of username and password.
ITCONS_TIMEZONE可选Timezone used for date-based queries.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.itcons-app/mcp",
"type": "mcp-server",
"version": "0.5.1",
"displayName": "Itcons.app",
"description": "Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.",
"repository": {
"url": "https://github.com/itcons-app/mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@itcons-app/mcp",
"version": "0.5.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "ITCONS_DOMAIN",
"description": "Itcons.app tenant domain, for example 'demo' for https://demo.itcons.app.",
"isRequired": true
},
{
"name": "ITCONS_USERNAME",
"description": "Itcons.app username or email for local stdio usage."
},
{
"name": "ITCONS_PASSWORD",
"description": "Itcons.app password for local stdio usage.",
"isSecret": true
},
{
"name": "ITCONS_TOKEN",
"description": "Existing Itcons.app bearer token. Can be used instead of username and password.",
"isSecret": true
},
{
"name": "ITCONS_TIMEZONE",
"description": "Timezone used for date-based queries."
}
]
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://mcp.itcons.app/mcp"
},
{
"transport": "sse",
"url": "https://mcp.itcons.app/sse"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.itcons-app/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.itcons-app%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}