General Tools
studionnagency.com
Provides information about StudioNN's agent-ready website services, delivery process, and business use cases.
ENDPOINT 1
https://studionnagency.com/mcp
MCP server metadata
- Name
- studionn-agent-ready
- Version
- 2.0.0
Use the read tools to understand StudioNN and inspect live availability. submit_project_enquiry and book_intro_call change external state. Call either write tool only after the user explicitly confirms the exact action. Reuse the same idempotency_key when retrying an identical confirmed action.
Known tools 11
get_site_summaryReturns a concise public summary of StudioNN, its positioning and its agent-ready website capability.
Inferred read-onlylist_servicesLists StudioNN's public services and the business outcome each service is designed to support.
Inferred read-onlyget_agent_ready_serviceReturns the scope, layers and deliverables of StudioNN's Agent-Ready Websites service.
Inferred read-onlyget_delivery_processExplains how StudioNN audits, designs, builds and validates an agent-ready website engagement.
Inferred read-onlyget_readiness_auditReturns the areas StudioNN reviews before defining an agent-ready implementation roadmap.
Inferred read-onlyget_contact_optionsReturns the public contact path for discussing an Agent-Ready Websites project with StudioNN.
Inferred read-onlyget_intro_call_availabilityChecks StudioNN's live calendar and returns currently available 30-minute introductory call slots.
Inferred read-onlysubmit_project_enquiryStores a confirmed request for information or a proposal so StudioNN can review it.
Inferred read-onlybook_intro_callRechecks a listed live slot, reserves it, creates a Google Calendar event and invites the user.
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.studionn-agent-ready]
url = "https://studionnagency.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"studionn-agent-ready": {
"type": "http",
"url": "https://studionnagency.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: studionn-agent-ready
Remote MCP URL: https://studionnagency.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": {
"studionn-agent-ready": {
"url": "https://studionnagency.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"studionn-agent-ready": {
"type": "http",
"url": "https://studionnagency.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "studionn-agent-ready",
"transport": "streamable-http",
"url": "https://studionnagency.com/mcp"
}
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.