General Tools
north28.studio
Provides access to information about NORTH28 STUDIO, including studio details, services, and website pages.
ENDPOINT 1
https://north28.studio/api/mcp
MCP server metadata
- Name
- NORTH28 STUDIO
- Version
- 1.0.0
Use get_studio_info, list_services, or list_pages to explore NORTH28 STUDIO.
Known tools 3
get_studio_infoReturns general information about NORTH28 STUDIO: name, description, contact email, and website URL.
Potential side effectslist_servicesReturns the full catalogue of services offered by NORTH28 STUDIO, including id, title, and description for each service.
Inferred read-onlylist_pagesReturns all public pages of the North28 website with their names and full URLs.
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.north28-studio]
url = "https://north28.studio/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"north28-studio": {
"type": "http",
"url": "https://north28.studio/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: north28-studio
Remote MCP URL: https://north28.studio/api/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": {
"north28-studio": {
"url": "https://north28.studio/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"north28-studio": {
"type": "http",
"url": "https://north28.studio/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "north28-studio",
"transport": "streamable-http",
"url": "https://north28.studio/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://north28.studio
MCP server metadata
- Name
- WebMCP
Known tools 3
get_studio_infoReturns general information about NORTH28 STUDIO: name, description, contact email, and website URL.
Potential side effectslist_servicesReturns the full catalogue of services offered by NORTH28 STUDIO, including id, title, and description for each service.
Inferred read-onlylist_pagesReturns all public pages of the North28 website with their names and full URLs.
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.webmcp]
url = "https://north28.studio"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://north28.studio"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://north28.studio
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": {
"webmcp": {
"url": "https://north28.studio"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://north28.studio"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://north28.studio"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.