Data Collection
yoseno.com
Provides access to survey program management, pricing estimation, and survey data analytics.
ENDPOINT 1
https://yoseno.com/mcp
MCP server metadata
- Name
- Platform Agent Server
- Version
- 0.1.0
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_estimateEstimate 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-onlyagent_work_smokeCheck OAuth-protected Platform MCP access; example: call after login to confirm analytics:read and inspect the active session.
Inferred read-onlyswitch_organizationSwitch the active organization for this MCP session; use organizationId from platform://session availableOrganizations.
Inferred read-onlylist_surveysList surveys in the active organization; use returned surveyId values with overview, results, drilldown and survey-authoring tools.
Inferred read-onlyget_survey_overviewRead one survey passport, structure, milestones and readiness; use surveyId from list_surveys.
Inferred read-onlyget_survey_results_summaryRead aggregate results for one survey and optional milestone; use surveyId from list_surveys and milestoneId from get_survey_overview.
Inferred read-onlyget_survey_question_drilldownRead drilldown with exactly one selector: questionId, categoryId or taxonKey from get_survey_overview/results.
Inferred read-onlycompare_survey_milestonesCompare two compatible milestones for one survey; use surveyId and milestone ids from get_survey_overview.
Inferred read-onlylist_organization_issuesList read-only organization drivers, issues and risks; use returned issueId values with get_organization_issue.
Inferred read-onlyget_organization_issueRead one organization driver, issue or risk; use issueId from list_organization_issues or platform://org/current/issues/{issueId}.
Inferred read-onlylist_survey_templatesList survey templates available to the active organization; pass templateId from this tool for full category and question detail.
Inferred read-onlycreate_blank_surveyCreate an empty draft survey in the active organization; then add categories and questions before publish_survey.
Potential side effectscreate_survey_from_templateCreate a draft survey from a template; use templateId from list_survey_templates and review before publish_survey.
Potential side effectsadd_survey_questionAdd one question to a draft survey category; use surveyId/categoryId from the draft survey payload.
Inferred read-onlyupdate_survey_questionReplace one draft survey question and its five answer positions; use questionId from survey payload.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.