Static statement-of-faith page for a gaming ministry — not an x402 API endpoint.
What it does
The URL https://missionarygamer.com/statement_of_faith is a standard HTML page on the Missionary Gamer website, a Christian ministry focused on gospel outreach through multiplayer games, virtual reality, and live streaming. The page describes the ministry's adherence to the statement of faith of Kootenai Community Church.
Despite being listed as an x402 endpoint, probing reveals no 402 Payment Required challenge on either GET or POST. The GET request returns HTTP 200 (a normal web page), and POST returns 405 Method Not Allowed. There is no OpenAPI schema, no AI plugin manifest, no API documentation, and no pricing page. The /docs, /api, /pricing, and /README paths all return 404.
This appears to be a misclassified entry. The site is a standard ministry website with no evidence of any programmatic API or x402 payment-gated functionality. There is nothing for an agent to purchase or call here.
Capabilities
Use cases
- —Reading the ministry's statement of faith
Fit
Best for
- —Visitors interested in the Missionary Gamer ministry's doctrinal beliefs
Not for
- —Agent-to-agent API calls
- —Programmatic data retrieval
- —Any x402 or payment-gated workflow
Quick start
# This is a plain HTML page, not an API endpoint.
curl https://missionarygamer.com/statement_of_faith
# Returns HTTP 200 with an HTML page — no x402 challenge.Endpoint
Quality
No x402 challenge was returned (GET yields 200, POST yields 405). No API schema, no documentation, no pricing. This is a static ministry webpage misclassified as an x402 endpoint.
Warnings
- —Endpoint does not return HTTP 402 on any method — not a functioning x402 endpoint
- —No OpenAPI schema, no API docs, no pricing information found
- —Site is a standard Christian ministry website with no programmatic API surface
- —Likely a misclassified or erroneous catalog entry
Citations
- —GET returns 200 and POST returns 405 — no 402 challenge observedhttps://missionarygamer.com/statement_of_faith
- —Missionary Gamer is a ministry sharing the gospel through multiplayer games, VR, and live streaminghttps://missionarygamer.com
- —/docs, /api, /pricing, /README all return 404https://missionarygamer.com/docs