← sinjin.studio

INDIVIDUAL MCP TOOL

get_about

Read the origin story of Sinjin Studio and founder Paddy Keane - multicultural heritage, dyslexia as creative foundation, and the vision for a creative technology collective.

sinjin.studionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

sinjin.studio

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.sinjin-studio]
url = "https://sinjin.studio/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sinjin-studio": {
      "type": "http",
      "url": "https://sinjin.studio/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sinjin-studio
Remote MCP URL: https://sinjin.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": {
    "sinjin-studio": {
      "url": "https://sinjin.studio/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "sinjin-studio",
  "transport": "streamable-http",
  "url": "https://sinjin.studio/api/mcp"
}
MCP Inspector

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

Related tools

  • get_studio_info — Get overview information about Sinjin Studio: who we are, what we do, and how to get in touch.
  • get_services — Get details on all services offered by Sinjin Studio - from AI-native websites and agentic e-commerce through to spatial experiences, strategy, and more.
  • get_availability — Check current availability, typical project timeline, and how to get in touch.
  • get_philosophy — Read the full philosophy of practice - a Da Vincian approach to creative technology covering art-science convergence, sprint methodology, and four evaluation pillars.