Server data from the Official MCP Registry
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Remote endpoints: streamable-http: https://mcp.sequentum.com/mcp
The Sequentum MCP server is well-structured with proper authentication mechanisms, appropriate input validation, and secure credential handling. The server uses OAuth for hosted deployments and API keys for local setups, both properly managed via environment variables. Minor code quality issues around error handling breadth and logging don't significantly impact security. Permissions align well with the server's purpose of managing web scraping agents. Supply chain analysis found 7 known vulnerabilities in dependencies (1 critical, 4 high severity).
3 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
The Sequentum MCP Server connects your AI coding assistant to Sequentum using the Model Context Protocol (MCP), giving your AI tools the ability to create web scraping agents, run management, scheduling, analytics, and more. Sequentum hosts and manages a remote MCP server with OAuth authentication, so there's nothing to install.
sequentum-mcp exposes your Sequentum account data to MCP clients, allowing them to
view, run, and manage your web scraping agents. Keep your credentials secure and avoid
sharing sensitive information that you don't want accessible to MCP clients.
Add the Sequentum MCP server to your client with this configuration:
{
"mcpServers": {
"sequentum": {
"url": "https://mcp.sequentum.com/mcp"
}
}
}
Most clients support the OAuth configuration. Claude Desktop uses a different setup via Custom Connectors — see Claude Desktop below. For other clients, when you first connect, you'll be prompted to:
Once authenticated, all tools become available in your client. For client-specific setup details, see Set Up Your Client below.
Select your client below for specific setup instructions. All clients use the remote OAuth server at https://mcp.sequentum.com/mcp unless noted otherwise.
Go to Cursor > Settings > Cursor Settings > MCP and follow the prompts to add the Sequentum MCP server. Cursor 1.0+ includes native OAuth and Streamable HTTP support.
You can also add the server manually by editing your mcp.json file using the configuration above.
Note: Custom connectors are currently in beta. Free plan users are limited to one custom connector.
Claude Desktop connects to remote MCP servers using Custom Connectors rather than the config file. The setup differs based on your plan type. For full details, see Claude's custom connectors documentation.
Free, Pro, and Max plans:
https://mcp.sequentum.com/mcpTeam and Enterprise plans:
An Owner or Primary Owner must first add the connector to the organization:
https://mcp.sequentum.com/mcpThen, each team member connects individually:
Enabling per conversation:
Once configured, enable the Sequentum connector in individual conversations via the "+" button on the lower left of the chat interface, then select "Connectors".
Note: While the Sequentum app is pending directory approval, you can connect via Developer Mode. Apps & Connectors → Developer Mode is currently available on Plus, Pro, Business, Enterprise, and Education plans (Education is web-only). On Business / Enterprise / Education accounts, only workspace owners and admins can access Advanced settings — regular members will not see the option. See OpenAI's Developer Mode documentation for current eligibility.
Sequentum and URL: https://mcp.sequentum.com/mcpOnce connected, enable Sequentum in a conversation via the + button near the message composer, then select your connector from the list.
Run the following command in your terminal:
claude mcp add --transport http sequentum https://mcp.sequentum.com/mcp
Then launch Claude Code with claude. You'll be prompted to authenticate with OAuth to Sequentum.
Open the Command Palette with Ctrl+Shift+P (or Cmd+Shift+P on macOS) and select MCP: Add Server. Enter the Sequentum MCP server URL:
https://mcp.sequentum.com/mcp
Configure via the Configure MCP option in Cascade (Cmd+L or Ctrl+L). Add the Sequentum MCP server URL:
https://mcp.sequentum.com/mcp
The Sequentum MCP Server follows standard MCP protocols and works with any client that supports:
Use the server URL https://mcp.sequentum.com/mcp in your client's MCP configuration.
The server supports Client ID Metadata Documents (CIMD) as the preferred client identification method, with Dynamic Client Registration (RFC 7591) as a fallback. MCP clients that support CIMD (such as Cursor) can use their own URL as a client_id without any prior registration.
If you prefer to run the MCP server locally (e.g., for custom deployments, offline use, or CI/CD pipelines), you can use npx with an API key instead of the hosted OAuth server.
Requirements for local setup:
Add the following config to your MCP client:
{
"mcpServers": {
"sequentum": {
"command": "npx",
"args": ["-y", "sequentum-mcp"],
"env": {
"SEQUENTUM_API_KEY": "sk-your-api-key-here"
}
}
}
}
sk-)To connect to a custom Sequentum deployment, add the SEQUENTUM_API_URL environment variable:
{
"mcpServers": {
"sequentum": {
"command": "npx",
"args": ["-y", "sequentum-mcp"],
"env": {
"SEQUENTUM_API_KEY": "sk-your-api-key-here",
"SEQUENTUM_API_URL": "https://your-custom-instance.sequentum.com"
}
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
SEQUENTUM_API_KEY | Yes | -- | Your Sequentum API key (format: sk-...). Get this from the Sequentum Control Center under Settings > API Keys. |
SEQUENTUM_API_URL | No | https://dashboard.sequentum.com | The base URL of your Sequentum instance. Override if using a custom deployment. |
Once connected, try these prompts to start using Sequentum context in your AI assistant:
What agents ran yesterday?
Run agent <agent name> now.
Is agent <agent name> still running?
What agents are scheduled to run today?
Download the extracted data from agent <agent name>.
How many records were found the last time <agent name> was run?
What is my current balance?
Which agents cost the most this month?
Schedule agent <agent name> to run every Monday at 9am.
Look at the run log for <agent name> run at 9:22am. What caused the agent to fail?
Show me the cost breakdown for agent <agent name> in January.
What were the most expensive runs for agent <agent name>?
How much did I spend on server time vs exports last week?
The Sequentum MCP Server provides 39 tools across 9 categories for interacting with the Sequentum platform. See the Tool Reference for detailed documentation.
The server includes 9 reusable prompt templates that guide the AI through common multi-step workflows. See the Prompts Reference for detailed documentation.
debug-agent -- Diagnose why an agent is failingcompare-runs -- Compare last successful vs failed runagent-health-check -- Comprehensive health overview for an agentdaily-operations-report -- Daily ops report across all agentsspace-overview -- Overview of all agents in a spacerun-and-monitor -- Start an agent and monitor until completionschedule-agent -- Walk through creating a schedulespending-report -- Spending and credits reportcost-analysis -- Analyze costs across agentsbuild-agent-from-prompt -- Build a new agent from a natural language descriptioninspect-agent-draft -- Inspect a build session and decide whether to save or discardThe server exposes 18 read-only resources (7 static + 11 templates) that AI clients can browse and pull into context. See the Resources Reference for detailed documentation.
sequentum://agents -- First page of all agentssequentum://spaces -- All accessible spacessequentum://billing/balance -- Current credits balancesequentum://billing/spending -- Monthly spending summarysequentum://billing/agents-usage -- Top agents by costsequentum://analytics/runs -- Runs in the last 24 hourssequentum://analytics/upcoming-schedules -- Scheduled runs for next 7 dayssequentum://agents/{agentId} -- Agent detail with configurationsequentum://agents/{agentId}/versions -- Agent version historysequentum://agents/{agentId}/schedules -- Agent scheduled taskssequentum://agents/{agentId}/cost-breakdown -- Agent cost by usage typesequentum://agents/{agentId}/runs -- Agent run historysequentum://agents/{agentId}/runs/{runId} -- Specific run statussequentum://agents/{agentId}/runs/{runId}/files -- Run output filessequentum://agents/{agentId}/runs/{runId}/diagnostics -- Run error diagnosticssequentum://agents/{agentId}/latest-failure -- Most recent failure diagnosticssequentum://spaces/{spaceId} -- Space detailssequentum://spaces/{spaceId}/agents -- Agents in a space| Error | Solution |
|---|---|
| OAuth login not opening | Ensure your client supports OAuth and Streamable HTTP. Try restarting the client. For Claude Desktop, use Custom Connectors instead of the config file. |
| Connection refused | Verify the URL is https://mcp.sequentum.com/mcp and check your network connection. |
SEQUENTUM_API_KEY required | Local mode only. Add your API key to the env section of the MCP config. |
API Error 401: Unauthorized | Your API key or OAuth token is invalid or expired. Re-authenticate or generate a new key. |
API Error 404: Not Found | The agent, run, or file doesn't exist, or you don't have access to it. |
API Error 429: Too Many Requests | Rate limit exceeded. Wait a moment and try again. |
For more troubleshooting help, see the Troubleshooting Guide.
When the MCP server is accessed from a browser (e.g. the Claude web app or the ChatGPT connector), it checks the Origin header against an allowlist. By default the following origins are permitted:
https://claude.ai, https://claude.com, and all subdomains (e.g. team.claude.ai)https://chatgpt.com, https://platform.openai.com, and all subdomains under chatgpt.com (e.g. connector.chatgpt.com)https://dashboard.sequentum.comhttps://mcp.sequentum.comhttp://localhost:<port>, http://127.0.0.1:<port>, and http://[::1]:<port> when DEBUG=1To add your own origins (e.g. an internal dashboard), set the ALLOWED_ORIGINS environment variable to a comma-separated list of exact origins:
ALLOWED_ORIGINS="https://my-dashboard.example.com,https://other.example.com"
These origins are appended to the defaults — Claude, ChatGPT, and Sequentum access is preserved. Wildcards and regular expressions are not supported via the env var; if you need a subdomain wildcard, add a RegExp entry directly in src/server/cors.ts.
Note:
Originmatching is case-sensitive and does not include a path or query string. Native MCP clients (Cursor, Claude Desktop, Claude Code) send noOriginheader and are not affected by this allowlist.
The Sequentum MCP Server accesses your Sequentum account data — including agent metadata, run history, scheduled tasks, billing information, and output files — solely to fulfill the requests you make through your AI assistant. By default, the MCP server acts as an authenticated proxy between your MCP client and the Sequentum API: request data is forwarded to the API and responses are returned to your client without being persisted or shared with third parties.
Operators may enable verbose request logging via the DEBUG=1 environment variable for troubleshooting. In that mode the server redacts Authorization, Cookie, and x-api-key headers, but writes request bodies (which may include tool arguments) to stderr. The hosted server at mcp.sequentum.com does not run with DEBUG=1.
For the full Sequentum privacy policy, see https://www.sequentum.com/privacy-policy.
MIT © Sequentum
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.