Turn any webpage into a structured action manifest — clickable, fillable, submittable elements.
claude mcp add manifest --transport http https://manifest.omfang.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"manifest": {
"url": "https://manifest.omfang.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"manifest": {
"serverUrl": "https://manifest.omfang.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"manifest": {
"type": "http",
"url": "https://manifest.omfang.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"manifest": {
"url": "https://manifest.omfang.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"manifest": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://manifest.omfang.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://manifest.omfang.io/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.omfang--manifest/reviews or the review_server meta-tool.
POST /mcp