← Registry

Data Collection

yoseno.com

Provides access to survey program management, pricing estimation, and survey data analytics.

1 endpoint15 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://yoseno.com/mcp

No auth detected

MCP server metadata

Name
Platform Agent Server
Version
0.1.0
Capabilities
toolsresourcesprompts
Server instructions

The platform is a calm workspace for organizational diagnostics. Help the user run a closed loop: Survey -> Taxon -> Issue -> Recommendation. Before authorization, use only the discovery layer: read platform://about or the connect_to_platform prompt. Explain the product directly, without marketing pressure, and ask the user to authorize access in the browser when a working capability is needed. Working capabilities require OAuth authorization by the user. A 401 from a working tool is an invitation to start or extend OAuth access, not a final rejection. The scope_missing code identifies the scope that needs to be confirmed. The role_forbidden code means the scope is present, but the user's role does not allow the action. The no_active_organization code is resolved by create_organization or by inviting the user to an organization, then switch_organization with the id from platform://session. The invalid_selector code means the id or arguments must be taken from the specified list/resource source. After authorization, respect the granted scopes and the user's role in the active organization.

Known tools 15

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.

Inferred read-only
agent_work_smoke

Check OAuth-protected Platform MCP access; example: call after login to confirm analytics:read and inspect the active session.

Inferred read-only
switch_organization

Switch the active organization for this MCP session; use organizationId from platform://session availableOrganizations.

Inferred read-only
list_surveys

List surveys in the active organization; use returned surveyId values with overview, results, drilldown and survey-authoring tools.

Inferred read-only
get_survey_overview

Read one survey passport, structure, milestones and readiness; use surveyId from list_surveys.

Inferred read-only
get_survey_results_summary

Read aggregate results for one survey and optional milestone; use surveyId from list_surveys and milestoneId from get_survey_overview.

Inferred read-only
get_survey_question_drilldown

Read drilldown with exactly one selector: questionId, categoryId or taxonKey from get_survey_overview/results.

Inferred read-only
compare_survey_milestones

Compare two compatible milestones for one survey; use surveyId and milestone ids from get_survey_overview.

Inferred read-only
list_organization_issues

List read-only organization drivers, issues and risks; use returned issueId values with get_organization_issue.

Inferred read-only
get_organization_issue

Read one organization driver, issue or risk; use issueId from list_organization_issues or platform://org/current/issues/{issueId}.

Inferred read-only
list_survey_templates

List survey templates available to the active organization; pass templateId from this tool for full category and question detail.

Inferred read-only
create_blank_survey

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

Potential side effects
create_survey_from_template

Create a draft survey from a template; use templateId from list_survey_templates and review before publish_survey.

Potential side effects
add_survey_question

Add one question to a draft survey category; use surveyId/categoryId from the draft survey payload.

Inferred read-only
update_survey_question

Replace one draft survey question and its five answer positions; use questionId from survey payload.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.