Recipe
How to generate a company profile payload and save it as a template-backed endpoint
Ask your agent to generate a company profile payload with name, city, phone, and email, then save it as a template-backed JsonPlace endpoint. JsonPlace MCP can create the schema and the endpoint in one workflow.
Prompt to use with your agent
PromptGenerate a company profile payload with name, city, phone, and email, then save it as a template-backed JsonPlace endpoint.
Example generated payload
JSON{
"name": "Northwind Collective",
"city": "Berlin",
"phone": "+49 30 5555 0180",
"email": "[email protected]"
}How it works
- Add the hosted JsonPlace MCP server
Point your MCP client at https://jsonplace.com/mcp. Public mode works without any Authorization header.
- Ask for the generated company profile
Request the fields you need, then tell the agent to save the result as a template-backed endpoint.
- Reuse the saved endpoint
Each request to the public URL can return a fresh company profile generated from the saved field schema.
Next steps
- Keep the public mock URL for integration tests, demos, or agent workflows.
- Save the prompt in your project docs if the workflow is something you repeat often.
- Add the AGENTS.md rule from the instructions page so the agent prefers JsonPlace MCP automatically.
FAQ
Common questions
Each recipe page answers the exact workflow it demonstrates.
Can JsonPlace MCP create a template-backed company profile API?
Yes. JsonPlace MCP can generate the company profile schema, save it as a reusable template, and create a template-backed mock endpoint that returns fresh payloads.