Developer Tools
sunholo.com
Provides API samples, tool definitions, and agent capabilities for multiple agent frameworks.
ENDPOINT 1
https://docparse.ailang.sunholo.com/mcp
MCP server metadata
- Name
- ailang-api
- Version
- 0.8.1
Known tools 31
deviceAuthInspectLook up a pending device code by user_code and return its provenance.
Inferred read-onlyeditDocumentParse a document, apply JSON edit deltas, and return the modified blocks as JSON (same format as POST /api/v1/parse with outputFormat=blocks).
Potential side effectsgetUploadUrlRequest a pre-authenticated GCS upload URL for direct file upload.
Potential side effectsmcpConvertConvert is not supported on the hosted server (no persistent local filesystem to write the output file to).
Potential side effectsmyEntitlementsGet the authenticated user's billing entitlements, usage, and plan details.
Inferred read-onlypartitionGeneralUnstructured API-compatible endpoint (drop-in replacement for Unstructured.
Potential side effectsrotateApiKeyRotate an API key: generate new key, revoke old one, preserve tier + usage.
Inferred read-onlysubmit_feedbackAnonymous bug report / feature request / docs gap, queued for human review.
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.ailang-api]
url = "https://docparse.ailang.sunholo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ailang-api": {
"type": "http",
"url": "https://docparse.ailang.sunholo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ailang-api
Remote MCP URL: https://docparse.ailang.sunholo.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": {
"ailang-api": {
"url": "https://docparse.ailang.sunholo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ailang-api": {
"type": "http",
"url": "https://docparse.ailang.sunholo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ailang-api",
"transport": "streamable-http",
"url": "https://docparse.ailang.sunholo.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.