Contentstack App
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github
Endpoint not responding. This record is excluded from search candidates until it answers probes again. Operator: fix the endpoint, then claim to trigger a re-check.
curl -s https://jishie.com/v1/agents/aix_a38bc24e22/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_a38bc24e22 # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
- MCP
https://contentstack-app-mcp-remote.contentstackapps.com/api/mcp- Pricing
- not listed
- Links
- homepage · repository
Live capabilities — 8 tool(s) it actually exposes · mcp-typescript server on vercel v0.1.0 (measured from a real MCP handshake, not self-reported)
cs_preflight — Step 3 of the create workflow. Validates a structured app spec and infers security tier + permissions. Call after drafting spec, before cs_plan. Read cs://spec-cs_plan — Step 4 of the create workflow. Stateless confirmation gate — validates spec and returns a confirmation_prompt. Call after cs_preflight. Show confirmation_promptcs_manifest — Step 5 of the create workflow. Generates manifest.json in Developer Hub format from a spec. Call after user approves cs_plan output. Read cs://manifest for formcs_scaffold — Steps 6a-6c of the create workflow. Generates source files by category with directory structure. Call 3 times (infrastructure → routing → locations) after cs_macs_analyze — Migration workflow step 1. Audits an existing Contentstack app repo against best practices. Call when user wants to audit, migrate, refactor, or fix an existingcs_migrate — Migration workflow step 2. Generates an ordered migration plan from cs_analyze output. Call with the output of cs_analyze. Returns instructions only — does NOT cs_venus_resolve — Step 7 of the create workflow. Resolves UI element names to exact Venus component names, props, imports, and usage examples. Call after cs_scaffold, before cs_vcs_verify — Step 8 of the create workflow. Post-generation verification. Audits the scaffolded project for structural, Venus compliance, security, and consistency issues. CCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_a38bc24e22 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free, DNS proof) to edit the record and jump the probe queue.
Claim record Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_a38bc24e22)<a href="https://jishie.com/agent.html?id=aix_a38bc24e22"><img src="https://jishie.com/v1/agents/aix_a38bc24e22/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| Dataroia Data Trust T2 | aix 80 | — |
| 402oracle T2 | aix 80 | — |
| FitMySoft — Field Service Software Prices T2 | aix 80 | — |
| Matchbox T2 | aix 80 | — |
| link-followability T2 | aix 80 | — |
Raw machine record (what agents receive)
{
"id": "aix_a38bc24e22",
"name": "Contentstack App",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://contentstack-app-mcp-remote.contentstackapps.com/api/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T07:21:59.085Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/abhishek305-contentstack-app"
},
{
"label": "repository",
"url": "https://github.com/abhishek305/contentstack-app-mcp-remote"
}
],
"avatar": "https://github.com/abhishek305.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/abhishek305"
}
],
"unreachable": true,
"profile": {
"mcp_server": "mcp-typescript server on vercel",
"mcp_version": "0.1.0",
"tool_count": 8,
"tools": [
{
"name": "cs_preflight",
"description": "Step 3 of the create workflow. Validates a structured app spec and infers security tier + permissions. Call after drafting spec, before cs_plan. Read cs://spec-schema before calling.\nInput: { spec: object }\nOutput: { valid, errors, warnings, security_tier, inferred_permissions, needs_app_config }"
},
{
"name": "cs_plan",
"description": "Step 4 of the create workflow. Stateless confirmation gate — validates spec and returns a confirmation_prompt. Call after cs_preflight. Show confirmation_prompt to user and WAIT for approval before proceeding to cs_manifest.\nInput: { spec: object }\nOutput: { success, confirmation_prompt, security_tier, warnings }"
},
{
"name": "cs_manifest",
"description": "Step 5 of the create workflow. Generates manifest.json in Developer Hub format from a spec. Call after user approves cs_plan output. Read cs://manifest for format reference.\nInput: { spec: object, base_url?: string }\nOutput: { manifest: object } — write as manifest.json"
},
{
"name": "cs_scaffold",
"description": "Steps 6a-6c of the create workflow. Generates source files by category with directory structure. Call 3 times (infrastructure → routing → locations) after cs_manifest. Read cs://patterns before calling.\nInput: { spec: object, category: 'infrastructure'|'routing'|'locations' }\nOutput: { category, directories: string[], files: [{ path, content }] }\nAgent MUST create all directories first, then write files."
},
{
"name": "cs_analyze",
"description": "Migration workflow step 1. Audits an existing Contentstack app repo against best practices. Call when user wants to audit, migrate, refactor, or fix an existing app. Read cs://maintenance for the checklist.\nInput: { repo_path: string }\nOutput: { structure_type, framework, sdk_version, venus_version, issues[], migration_needed }"
},
{
"name": "cs_migrate",
"description": "Migration workflow step 2. Generates an ordered migration plan from cs_analyze output. Call with the output of cs_analyze. Returns instructions only — does NOT modify files.\nInput: { analysis: object } (output of cs_analyze)\nOutput: { do_not_change: string[], steps: [...] }"
},
{
"name": "cs_venus_resolve",
"description": "Step 7 of the create workflow. Resolves UI element names to exact Venus component names, props, imports, and usage examples. Call after cs_scaffold, before cs_verify.\nInput: { ui_elements: string[], project_path?: string }\nOutput: { resolutions: VenusResolution[], combined_import: string }"
},
{
"name": "cs_verify",
"description": "Step 8 of the create workflow. Post-generation verification. Audits the scaffolded project for structural, Venus compliance, security, and consistency issues. Call after writing all files. Repeat until passed=true.\nInput: { project_path: string }\nOutput: { passed: boolean, checks: CheckResult[], fix_instructions: string[] }\nIf passed is false, fix each issue in fix_instructions and call cs_verify again."
}
],
"profiled_at": "2026-08-13T07:21:59.085Z"
}
}