Intel MCP
Intel MCP
Remote-Dienst des Model Context Protocol für TrialAgents Intel Agent.
Das erste implementierte Tool ist start_analysis. Es empfängt nur eine von der App erstellte report_run_id, ruft den privaten Control-Plane-Endpunkt der App von Intel Agent auf und gibt den bestehenden oder neu reservierten 60-minütigen Analyse-Lease zurück. Benutzeridentität, Planfreigabe, Paket, aktivierte Tools und Kontingente werden serverseitig von der App aufgelöst.
Lokale Einrichtung
python -m venv .venv
. .venv/bin/activate
pip install -e '.[dev]'
export INTEL_APP_CONTROL_URL=http://localhost:3000
export INTEL_APP_SERVICE_TOKEN=replace-me
export MCP_INBOUND_SERVICE_TOKEN=replace-me-too
intel-mcpDer Streamable-HTTP-Endpunkt ist /mcp; der nicht authentifizierte Liveness-Endpunkt ist /health.
Erforderliche Produktionseinstellungen:
INTEL_APP_CONTROL_URL: private Basis-URL der App von Intel Agent.INTEL_APP_SERVICE_TOKEN: gemeinsame Service-Anmeldedaten, die nur in den Render-Secrets gespeichert werden.MCP_INBOUND_SERVICE_TOKEN: Bearer-Anmeldedaten, die bei jeder Anfrage an/mcperforderlich sind.MCP_ALLOWED_HOSTS: durch Kommas getrennte exakte Einträge der öffentlichen/privaten Host-Zulassungsliste.PORT: der von der Plattform zugewiesene HTTP-Port.
Das anfängliche kostenlose Render-Deployment ist auf Netzwerkebene öffentlich, aber /mcp ist für Aufrufer ohne die internen Service-Bearer-Anmeldedaten geschlossen. Öffentliches OAuth ist ein späteres Profil und darf die internen Service-Anmeldedaten nicht als Endbenutzer-Authentifizierung wiederverwenden.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Manage hosted agentguard proxies: caps, dry-run, loop breaker, run reports, audit export.
Run and manage H Company's Computer-Use Agents from any MCP client.
Accountless pay-per-use code execution for agents. Read-only search and pricing; pay via x402.
Remote MCP for Antigravity agent run receipt MCP, structured receipts, audit logs, and reviewer-read
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceProvides SSH access to a remote machine with manual session approval, automatic termination, and inactivity timeouts, enabling secure command execution via Claude.-
- FlicenseNot gradedqualityDmaintenanceLease governed AI agent instances without hand-built runner queues.-
- AlicenseNot gradedqualityCmaintenanceEnables permission-preserving access to DefectDojo OSS via MCP, using the caller's own API token, with read tools, deterministic analytics and reporting, plus optional gated write and history tools.2AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to asynchronously submit tasks to a persistent coding agent already running on a development machine, disconnect, and retrieve results later through a secure, policy-controlled gateway.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarous89/intel_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server