tryastro-mcp
v0.2.4
Published
MCP server for TryAstro scenarios and standard support requests
Maintainers
Readme
tryastro-mcp
MCP server for Cursor with:
- dedicated tools for core TryAstro scenarios;
- one router tool for standard support/product queries.
Included tools
scenario_catalogscenario_onboarding_first_valuescenario_keyword_researchscenario_competitor_analysisscenario_localization_strategyscenario_rankings_and_ratingsscenario_migration_and_transferstandard_topicsstandard_answer
Scenario decomposition details are in /docs/scenario-decomposition.md.
Local run
node /Users/vlad.korobkov/tryastro-mcp/server.jsSmoke test:
npm run smokePackage dry run:
npm run pack:dryCursor connection
Use the published npm package:
{
"mcpServers": {
"tryastro-mcp": {
"command": "npx",
"args": ["-y", "[email protected]"]
}
}
}Publish checklist
- Update
versionin/package.json. - Login:
npm login. - Publish:
npm publish --access public. - Verify install:
npx -y [email protected].
Data and source model
- Tools use a static, verified knowledge layer from TryAstro public pages and docs.
- Verification date is hardcoded in server output (
2026-02-22). - If source facts change (pricing/legal/features), update
/server.jsconstants.
