Sites/mpp.dev

mpp.dev

MPP is an open protocol for machine-to-machine payments, allowing agents and apps to pay per request in the same HTTP call.

financepayment-protocolpayment-gatewayapi-managementmicrotransactions
56
AI-Readiness / 100
Level 3 · Agent-Accessible
140/140
Pages analyzed
0/15
Questions answered
Live
For AI agents
Visit site →

Content

AI-judged Q&A · 70% of score

45

0 of 15 buyer questions answered cleanly

Your site doesn't cover:

limitstechnicalpricing
See all 14 gaps

Protocol

Technical hygiene · 30% of score

82

9 of 11 items installed

Missing:

llms.txt +3WebMCP +3
Install with Lattis · +6 pts

Protocol fix list

2 to ship · 9 passing

Start here

install llms.txt

Machine-readable index that routes AI agents to the pages you want them to read. We generate one for you — install at your root.

+3 pts

One-click installs

We host the heavy lifting — you ship one file or one line.

WebMCP

Paste the widget script — that is the W3C WebMCP draft (navigator.modelContext) and the actual integration. Then also host the discovery manifest so crawlers can find your tool surface without rendering JS. Do both; the script is the spec, the manifest is just discoverability.

+3 pts

1. Runtime — paste in <head>

<script async src="https://lattis.dev/widget.js"></script>

Calls navigator.modelContext.provideContext() — the W3C WebMCP draft. Agents on the page see your tools live, scoped to mpp.dev.

2. Discovery — host the manifest

Download webmcp.json

Host at mpp.dev/.well-known/webmcp.json. The WebMCP spec defines no discovery mechanism, so crawlers can't see runtime registrations — this manifest closes that gap.

Already passing

robots.txtsitemap.xmlAllow major AI crawlersContent-Signal policyClean crawl rateMarkdown content negotiationServer-rendered contentMCP server cardOpenAPI spec

Content gaps

14 gaps

Also covered by mpp.dev

migration

MCP Server

AI agents can query this site directly via MCP. Add this endpoint to Claude Code, Cursor, or any MCP client.

Endpoint

https://mcp.lattis.dev/s/mpp-dev/mcp

Claude Code

claude mcp add mpp --transport http https://mcp.lattis.dev/s/mpp-dev/mcp

Cursor

{
  "mcpServers": {
    "mpp": {
      "url": "https://mcp.lattis.dev/s/mpp-dev/mcp"
    }
  }
}

WebMCP — runtime + discovery

1. Widget script — drop in <head>. WebMCP-capable browsers (Chrome 146+ Origin Trial) call navigator.modelContext.provideContext() via this script — that's the W3C draft and the actual integration agents care about.

<script async src="https://lattis.dev/widget.js"></script>

Renders a small "AI-indexed by Lattis" badge bottom-right. Hide with [data-lattis] { display: none !important; }.

2. Discovery manifest — host alongside the script. The WebMCP spec defines no discovery mechanism, so crawlers can't see the runtime registration. This static JSON closes the gap.

Download webmcp.json

Host at mpp.dev/.well-known/webmcp.json.