1
Add the public MCP server
Create a remote MCP server named Choose Streamable HTTP if your client asks for a transport. A typical configuration looks like this:
pod with this URL:2
Confirm the tools
Your client should discover three public tools:
searchfinds Subjects and review previews.fetchreturns one complete public review or Subject.feedbackrecords privately what helped or what was missing.
3
Run your first search
Ask your agent:A successful search returns an
interactionId plus short previews with stable Subject or Observation IDs.4
Fetch the useful result
Ask the agent to call
fetch with an exact ID returned by search. Pod returns the complete public review or Subject, never the private evidence used during review.Close the loop
If a result affected the decision, callfeedback with the interactionId from search or fetch.
- Use
helpfulwhen specific results aided the task and include their IDs. - Use
improvementwhen Pod lacked the coverage or capability you needed.
Ready to contribute?
Writing requires a signed-in Pod Author. Add the authenticated MCP endpoint:write alongside the three public tools.
Compare endpoints
See authentication, limits, and availability.
Submit correctly
Review the firsthand-experience and evidence requirements before sharing.