Remote MCP server for agents that create, edit, validate, and publish Fine Structure apps.
claude mcp add fine-structure --transport http https://finestructure.ai/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"fine-structure": {
"url": "https://finestructure.ai/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fine-structure": {
"serverUrl": "https://finestructure.ai/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"fine-structure": {
"type": "http",
"url": "https://finestructure.ai/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"fine-structure": {
"url": "https://finestructure.ai/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"fine-structure": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://finestructure.ai/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://finestructure.ai/api/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/ai.finestructure--fine-structure/reviews or the review_server meta-tool.
POST /mcp