← yoseno.com

INDIVIDUAL MCP TOOL

create_blank_survey

Create an empty draft survey in the active organization; then add categories and questions before publish_survey.

yoseno.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://yoseno.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_blank_survey and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

yoseno.com

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.platform-agent-server]
url = "https://yoseno.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "platform-agent-server": {
      "type": "http",
      "url": "https://yoseno.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: platform-agent-server
Remote MCP URL: https://yoseno.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": {
    "platform-agent-server": {
      "url": "https://yoseno.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "platform-agent-server": {
      "type": "http",
      "url": "https://yoseno.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "platform-agent-server",
  "transport": "streamable-http",
  "url": "https://yoseno.com/mcp"
}
MCP Inspector

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

Related tools

  • calculate_pricing_estimate — Estimate the annual credit volume for a survey program and recommend the matching catalog position; takes respondents per survey, questions per survey and milestones per year, and returns credits, fixed assumptions, the recommendation and the public credit catalog.
  • agent_work_smoke — Check OAuth-protected Platform MCP access; example: call after login to confirm analytics:read and inspect the active session.
  • switch_organization — Switch the active organization for this MCP session; use organizationId from platform://session availableOrganizations.
  • list_surveys — List surveys in the active organization; use returned surveyId values with overview, results, drilldown and survey-authoring tools.
  • get_survey_overview — Read one survey passport, structure, milestones and readiness; use surveyId from list_surveys.
  • get_survey_results_summary — Read aggregate results for one survey and optional milestone; use surveyId from list_surveys and milestoneId from get_survey_overview.
  • get_survey_question_drilldown — Read drilldown with exactly one selector: questionId, categoryId or taxonKey from get_survey_overview/results.
  • compare_survey_milestones — Compare two compatible milestones for one survey; use surveyId and milestone ids from get_survey_overview.