
Second Serve
Scaffold or register a remote streamable-http MCP server backed by a Fenetre API key while the implementation is still a placeholder.
Overview
com.fenetresurciel.verylongmcp/mcp-server-template-nodejs is a MCP server for the Build phase that documents a streamable-http remote MCP endpoint and x-api-key auth for a Node.js server you still have to implement.
What is this MCP server?
- Registry entry com.fenetresurciel.verylongmcp/mcp-server-template-nodejs at version 0.0.9
- Remote streamable-http endpoint at https://verylongmcp.fenetresurciel.com
- Header auth via x-api-key (Fenetre API key)
- Published as a Node.js-oriented MCP server template (non-functional until you implement tools)
- Icons and title “Second serve” for marketplace discovery
- Server version 0.0.9
- Single streamable-http remote URL
- One required custom header: x-api-key
What problem does it solve?
You want a valid MCP registry shape and hosted URL for agents, but you do not yet have working tools behind the server.
Who is it for?
Solo builders cloning MCP boilerplate and wiring streamable-http plus API-key headers before feature work.
Skip if: Teams that need production-ready tools, stdio/npm transport, or zero custom backend work out of the box.
What do I get? / Deliverables
After registration, your agent client can point at the remote URL and header contract while you fill in real MCP tool handlers.
- Configured remote MCP URL with header-based authentication
- Registry-aligned server.json metadata for your own implementation
- Clear separation between transport contract and pending tool logic
Recommended MCP Servers
Journey fit
How it compares
MCP transport template with registry metadata, not a finished integration skill with implemented tools.
Common Questions / FAQ
Who is com.fenetresurciel.verylongmcp/mcp-server-template-nodejs for?
Indie developers and agent authors who need a named remote MCP server entry and auth headers while building their own Node.js handlers.
When should I use com.fenetresurciel.verylongmcp/mcp-server-template-nodejs?
Use it during build when you are registering a streamable-http MCP remote and the README still says the server is non-functional.
How do I add com.fenetresurciel.verylongmcp/mcp-server-template-nodejs to my agent?
Add the MCP remote URL https://verylongmcp.fenetresurciel.com in your client’s MCP config and supply the x-api-key header with your Fenetre API key.