← north28.studio
INDIVIDUAL MCP TOOL
get_studio_info
Returns general information about NORTH28 STUDIO: name, description, contact email, and website URL.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent endpoint
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.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.
Related tools
list_services— Returns the full catalogue of services offered by NORTH28 STUDIO, including id, title, and description for each service.list_pages— Returns all public pages of the North28 website with their names and full URLs.