Security & Testing
makeportals.com
Provides authentication and session management for a portal, including login, logout, status checks, and spec normalization.
ENDPOINT 1
https://mcp.makeportals.com/mcp
MCP server metadata
- Name
- portal-mcp
- Version
- 1.0.0
Known tools 39
portal_login_checkWait for login approval after portal_login returned a device_code.
Inferred read-onlyimport_github_repoImport a public GitHub repository as the source for a local-file Portal.
Inferred read-onlyupload_envDEPRECATED — prefer configure_runtime instead (opens a secure browser form so values never enter chat).
Inferred read-onlyconfigure_runtimeOpen a hosted form for the user to securely enter runtime variables (API keys, DB URLs, etc).
Inferred read-onlymake_portalSTOP: You MUST show the user a draft summary (greeting, selectors, mode, URL) and ask for a name BEFORE calling this tool.
Inferred read-onlyupdate_portal_envUpdate environment variables on an existing portal without spending a credit.
Potential side effectscreate_linkCreate a new share link for a portal with optional per-link greeting and goal.
Potential side effectslist_linksList all share links for a portal, including their dynamic greeting/goal if set.
Inferred read-onlysave_login_completeSave the login state after the user has logged in via the hosted UI.
Inferred read-onlypick_selectorsOpen a hosted browser where the user visually clicks elements to block in play mode.
Inferred read-onlypick_selectors_completeRetrieve the selectors the user picked in the hosted selector UI.
Inferred read-onlyget_sessionWait for a login, recording, or selector session to reach a terminal status.
Potential side effectscreate_scriptExplore a website and auto-generate a demo plan, guardrails, Q&A, and knowledge (~10s for public URLs).
Inferred read-onlysubscription_statusCheck the current subscription status (tier, billing period, trial end).
Inferred read-onlyCONNECT 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.portal-mcp]
url = "https://mcp.makeportals.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"portal-mcp": {
"type": "http",
"url": "https://mcp.makeportals.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: portal-mcp
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": {
"portal-mcp": {
"url": "https://mcp.makeportals.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"portal-mcp": {
"type": "http",
"url": "https://mcp.makeportals.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "portal-mcp",
"transport": "streamable-http",
"url": "https://mcp.makeportals.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for makeportals.com was fetched 2026-08-04T00:45:37.008Z and is being refreshed.
makeportals.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.