← makeportals.com

INDIVIDUAL MCP TOOL

upload_source

Send a local project to Portal for deployment.

makeportals.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent endpoint

makeportals.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.makeportals-com]
url = "https://mcp.makeportals.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "makeportals-com": {
      "type": "http",
      "url": "https://mcp.makeportals.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: makeportals-com
Remote MCP URL: https://mcp.makeportals.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "makeportals-com": {
      "url": "https://mcp.makeportals.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "makeportals-com": {
      "type": "http",
      "url": "https://mcp.makeportals.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "makeportals-com",
  "transport": "streamable-http",
  "url": "https://mcp.makeportals.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • portal_login — Sign in to Portal.
  • portal_login_check — Wait for login approval after portal_login returned a device_code.
  • portal_logout — Sign out of Portal for this session.
  • portal_status — Check if you're signed in to Portal.
  • normalize_ptl — Normalize a .ptl Portal spec into canonical form.
  • validate_ptl — Validate a .ptl Portal spec without creating a portal.
  • import_github_repo — Import a public GitHub repository as the source for a local-file Portal.
  • upload_env — DEPRECATED — prefer configure_runtime instead (opens a secure browser form so values never enter chat).