PlatPhorm Network Directory

Trusted-domain map and public discovery hub

Explore network sites, services, public APIs, MCP surfaces, trusted domains, integrations, and route evidence from the root graph.

270 Sites source: graph stats
317 Nodes source: graph stats
367 Edges source: graph stats
59 MCP Tools /api/mcp
100% Route Compliance declared-route-spec
100% Discovery Compliance declared-route-spec

MCP tools and agent-callable surfaces

This page is tool-first: owning service, risk level, public or protected access, input schema, and JSON-RPC examples.

ToolOwning serviceRiskAuthInput schemaExample JSON-RPC
get_root_infoplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_root_info","arguments":{}}}
get_public_dmz_statusplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_public_dmz_status","arguments":{}}}
list_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"category":{"type":"string","enum":["top","best","ask","show","jobs","latest"],"default":"top","description":"HN source category to fetch."},"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_stories","arguments":{}}}
get_news_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"category":{"type":"string","enum":["top","best","ask","show","jobs","latest"],"default":"top"},"limit":{"type":"integer","default":20,"minimum":1,"maximum":100}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_news_stories","arguments":{}}}
list_top_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_top_stories","arguments":{}}}
list_best_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_best_stories","arguments":{}}}
list_new_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_new_stories","arguments":{}}}
list_ask_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_ask_stories","arguments":{}}}
list_show_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_show_stories","arguments":{}}}
list_job_storiesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_job_stories","arguments":{}}}
get_storyplatphormnews-rootread-onlypublic-read{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"HN or root story source ID."}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_story","arguments":{}}}
get_story_discussionplatphormnews-rootread-onlypublic-read{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"Numeric HN story id."},"limit":{"type":"integer","default":3,"minimum":1,"maximum":50}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_story_discussion","arguments":{}}}
search_storiesplatphormnews-rootread-onlypublic-read{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query string."},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_stories","arguments":{}}}
search_commentsplatphormnews-rootread-onlypublic-read{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query string."},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_comments","arguments":{}}}
get_hn_author_profileplatphormnews-rootread-onlypublic-read{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"HN user id."}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_hn_author_profile","arguments":{}}}
get_story_commentsplatphormnews-rootread-onlypublic-read{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"Numeric HN story id."},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_story_comments","arguments":{}}}
get_network_graphplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_network_graph","arguments":{}}}
list_network_sitesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"limit":{"type":"integer","default":100,"minimum":1,"maximum":500}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_network_sites","arguments":{}}}
list_network_integrationsplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_network_integrations","arguments":{}}}
get_site_summaryplatphormnews-rootread-onlypublic-read{"type":"object","required":["site"],"properties":{"site":{"type":"string","description":"Site slug or hostname."}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_site_summary","arguments":{}}}
list_trusted_domainsplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_trusted_domains","arguments":{}}}
get_support_infoplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_support_info","arguments":{}}}
get_statusplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_status","arguments":{}}}
get_route_complianceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_route_compliance","arguments":{}}}
get_discovery_complianceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_discovery_compliance","arguments":{}}}
get_trust_policyplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_trust_policy","arguments":{}}}
get_agent_policyplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_agent_policy","arguments":{}}}
list_agent_platformsplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_agent_platforms","arguments":{}}}
list_mcp_enabled_sitesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_mcp_enabled_sites","arguments":{}}}
list_mcp_toolsplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_mcp_tools","arguments":{}}}
list_apisplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_apis","arguments":{}}}
get_searchops_sourceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_searchops_source","arguments":{}}}
get_trustops_sourceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_trustops_source","arguments":{}}}
get_agentops_sourceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_agentops_source","arguments":{}}}
get_public_access_summaryplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_public_access_summary","arguments":{}}}
get_healthplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_health","arguments":{}}}
get_root_healthplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_root_health","arguments":{}}}
get_public_api_summaryplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_public_api_summary","arguments":{}}}
get_mcp_summaryplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_mcp_summary","arguments":{}}}
get_platphormctl_examplesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_platphormctl_examples","arguments":{}}}
validate_root_discoveryplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"validate_root_discovery","arguments":{}}}
ingest_hn_stories_to_docsplatphormnews-rootmutatingPLATPHORM_API_KEY{"type":"object","properties":{"limit":{"type":"integer","default":30,"minimum":1,"maximum":100},"dryRun":{"type":"boolean","default":true,"description":"Preview without writing to Docs."},"commit":{"type":"boolean","default":false,"description":"Set true to write missing documents to Docs."}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ingest_hn_stories_to_docs","arguments":{}}}
sync_network_graphplatphormnews-rootsyncPLATPHORM_API_KEY{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sync_network_graph","arguments":{}}}
refresh_route_complianceplatphormnews-rootsyncPLATPHORM_API_KEY{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"refresh_route_compliance","arguments":{}}}
refresh_discovery_complianceplatphormnews-rootsyncPLATPHORM_API_KEY{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"refresh_discovery_compliance","arguments":{}}}
submit_support_reportplatphormnews-rootmutatingPLATPHORM_API_KEY{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"submit_support_report","arguments":{}}}
trigger_network_validationplatphormnews-rootmutatingPLATPHORM_API_KEY{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"trigger_network_validation","arguments":{}}}
create_docs_reportplatphormnews-rootmutatingPLATPHORM_API_KEY{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"create_docs_report","arguments":{}}}
update_agent_policyplatphormnews-rootadminPLATPHORM_API_KEY{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"update_agent_policy","arguments":{}}}
get_web4_manifestplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_web4_manifest","arguments":{}}}
get_web4_statusplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_web4_status","arguments":{}}}
get_network_scorecardplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_network_scorecard","arguments":{}}}
list_web4_sitesplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"page":{"type":"integer","default":1,"minimum":1},"limit":{"type":"integer","default":50,"minimum":1,"maximum":200}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_web4_sites","arguments":{}}}
get_site_web4_scoreplatphormnews-rootread-onlypublic-read{"type":"object","required":["siteId"],"properties":{"siteId":{"type":"string"}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_site_web4_score","arguments":{}}}
get_route_evidenceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_route_evidence","arguments":{}}}
list_fingerprintsplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_fingerprints","arguments":{}}}
lookup_provenanceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"url":{"type":"string"},"hash":{"type":"string"},"siteId":{"type":"string"}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup_provenance","arguments":{}}}
verify_provenanceplatphormnews-rootread-onlypublic-read{"type":"object","properties":{"recordId":{"type":"string"},"hash":{"type":"string"}}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"verify_provenance","arguments":{}}}
get_xr_manifestplatphormnews-rootread-onlypublic-read{"type":"object","properties":{}}{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_xr_manifest","arguments":{}}}

Project tool discovery (269)

Registered MCP projects appear first. Unlisted projects still link to the standard discovery routes so a missing registry entry is visible and actionable instead of being reported as unknown.

ProjectMCP registryMCP manifestLLMsOpenAI / ChatGPT
404
404.platphormnews.com
listedMCP manifestobservedoptional route
a2v
a2v.platphormnews.com
listedMCP manifestrequired routeoptional route
agentui
agentui.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Airrow
airrow.platphormnews.com
listedMCP manifestrequired routeoptional route
alleycats
alleycats.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm AltNews
altnews.platphormnews.com
listedMCP manifestrequired routeoptional route
analytics
analytics.platphormnews.com
listedMCP manifestrequired routeoptional route
answerready
answerready.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm API
api.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm ASCII
ascii.platphormnews.com
listedMCP manifestrequired routeoptional route
assessments
assessments.platphormnews.com
listedMCP manifestrequired routeoptional route
atlas
atlas.platphormnews.com
listedMCP manifestrequired routeoptional route
base
base.platphormnews.com
listedMCP manifestobservedoptional route
bbs
bbs.platphormnews.com
listedMCP manifestrequired routeoptional route
browserops
browserops.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Calendar
calendar.platphormnews.com
listedMCP manifestrequired routeoptional route
claws
claws.platphormnews.com
listedMCP manifestobservedobserved
cloak
cloak.platphormnews.com
listedMCP manifestrequired routeoptional route
cobol
cobol.platphormnews.com
listedMCP manifestrequired routeoptional route
codex
codex.platphormnews.com
listedMCP manifestrequired routeoptional route
deascii
deascii.platphormnews.com
listedMCP manifestrequired routeoptional route
decks
decks.platphormnews.com
listedMCP manifestrequired routeoptional route
desa
desa.platphormnews.com
listedMCP manifestrequired routeoptional route
desertbus
desertbus.platphormnews.com
listedMCP manifestrequired routeoptional route
design
design.platphormnews.com
listedMCP manifestrequired routeoptional route
dictionary
dictionary.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Docs
docs.platphormnews.com
listedMCP manifestrequired routeoptional route
echo
echo.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Emoji
emoji.platphormnews.com
listedMCP manifestrequired routeoptional route
evals
evals.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Fashion
fashion.platphormnews.com
listedMCP manifestrequired routeoptional route
files
files.platphormnews.com
listedMCP manifestrequired routeoptional route
finance
finance.platphormnews.com
listedMCP manifestrequired routeoptional route
fingerprint
fingerprint.platphormnews.com
listedMCP manifestrequired routeoptional route
fortune
fortune.platphormnews.com
listedMCP manifestrequired routeoptional route
globalshop
globalshop.platphormnews.com
listedMCP manifestrequired routeoptional route
greens
greens.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm GTA
gta.platphormnews.com
listedMCP manifestrequired routeoptional route
insights
insights.platphormnews.com
listedMCP manifestrequired routeoptional route
invoices
invoices.platphormnews.com
listedMCP manifestrequired routeoptional route
ja4-atlas
ja4-atlas.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Jobs
jobs.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm JSON
json.platphormnews.com
listedMCP manifestrequired routeoptional route
jules
jules.platphormnews.com
listedMCP manifestrequired routeoptional route
kanban
kanban.platphormnews.com
listedMCP manifestrequired routeoptional route
keys
keys.platphormnews.com
listedMCP manifestrequired routeoptional route
layout
layout.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Markdown
markdown.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm MCP
mcp.platphormnews.com
listedMCP manifestrequired routeoptional route
meetup
meetup.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Monitor
monitor.platphormnews.com
listedMCP manifestobservedoptional route
msi
msi.platphormnews.com
listedMCP manifestrequired routeoptional route
news
news.platphormnews.com
listedMCP manifestrequired routeoptional route
note
note.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm NPaaS
npaas.platphormnews.com
listedMCP manifestrequired routeoptional route
onboard
onboard.platphormnews.com
listedMCP manifestrequired routeoptional route
OpenContent
opencontent.platphormnews.com
listedMCP manifestrequired routeoptional route
opendocs
opendocs.platphormnews.com
listedMCP manifestrequired routeoptional route
opensheets
opensheets.platphormnews.com
listedMCP manifestrequired routeoptional route
phorm
phorm.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm News (root)
platphormnews.com
listedMCP manifestavailableavailable
podcasts
podcasts.platphormnews.com
listedMCP manifestrequired routeoptional route
polymarkets
polymarkets.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Polymaths
polymaths.platphormnews.com
listedMCP manifestrequired routeoptional route
quake
quake.platphormnews.com
listedMCP manifestrequired routeoptional route
raindeer
raindeer.platphormnews.com
listedMCP manifestrequired routeoptional route
reader
reader.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Reflux
reflux.platphormnews.com
listedMCP manifestrequired routeoptional route
register
register.platphormnews.com
listedMCP manifestobservedoptional route
sandbox
sandbox.platphormnews.com
listedMCP manifestrequired routeoptional route
sheets
sheets.platphormnews.com
listedMCP manifestrequired routeoptional route
sitemapops
sitemapops.platphormnews.com
listedMCP manifestrequired routeoptional route
slides
slides.platphormnews.com
listedMCP manifestrequired routeoptional route
space
space.platphormnews.com
listedMCP manifestrequired routeoptional route
spec
spec.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Sports
sports.platphormnews.com
listedMCP manifestrequired routeoptional route
starbase
starbase.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm StarPhone
starphone.platphormnews.com
listedMCP manifestrequired routeoptional route
svg
svg.platphormnews.com
listedMCP manifestrequired routeoptional route
trace
trace.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm Two
two.platphormnews.com
listedMCP manifestrequired routeoptional route
v2a
v2a.platphormnews.com
listedMCP manifestrequired routeoptional route
warm
warm.platphormnews.com
listedMCP manifestrequired routeoptional route
webhooklab
webhooklab.platphormnews.com
listedMCP manifestrequired routeoptional route
webhooks
webhooks.platphormnews.com
listedMCP manifestrequired routeoptional route
wrestling
wrestling.platphormnews.com
listedMCP manifestrequired routeoptional route
PlatPhorm XML
xml.platphormnews.com
listedMCP manifestrequired routeoptional route
2025
2025.platphormnews.com
not in registryMCP manifestrequired routeoptional route
a1bibles
a1bibles.platphormnews.com
not in registryMCP manifestrequired routeoptional route
admin
admin.platphormnews.com
not in registryMCP manifestrequired routeoptional route
agentops
agentops.platphormnews.com
not in registryMCP manifestrequired routeoptional route
alleycatsalcove
alleycatsalcove.platphormnews.com
not in registryMCP manifestrequired routeoptional route
aplan
aplan.platphormnews.com
not in registryMCP manifestrequired routeoptional route
auctions
auctions.platphormnews.com
not in registryMCP manifestrequired routeoptional route
auto
auto.platphormnews.com
not in registryMCP manifestrequired routeoptional route
backyardbrawl
backyardbrawl.platphormnews.com
not in registryMCP manifestrequired routeoptional route
barbine-worldwide-62026
barbine-worldwide-62026.platphormnews.com
not in registryMCP manifestrequired routeoptional route
barbine-worldwide-webby
barbine-worldwide-webby.platphormnews.com
not in registryMCP manifestrequired routeoptional route
barbine
barbine.platphormnews.com
not in registryMCP manifestrequired routeoptional route
barbineworldwide
barbineworldwide.platphormnews.com
not in registryMCP manifestrequired routeoptional route
barbineworldwidev2
barbineworldwidev2.platphormnews.com
not in registryMCP manifestrequired routeoptional route
bbw
bbw.platphormnews.com
not in registryMCP manifestrequired routeoptional route
beermuseum
beermuseum.platphormnews.com
not in registryMCP manifestrequired routeoptional route
bibles
bibles.platphormnews.com
not in registryMCP manifestrequired routeoptional route
biblesworldwide
biblesworldwide.platphormnews.com
not in registryMCP manifestrequired routeoptional route
biocyber-demo
biocyber-demo.platphormnews.com
not in registryMCP manifestrequired routeoptional route
biocyber
biocyber.platphormnews.com
not in registryMCP manifestrequired routeoptional route
blog
blog.platphormnews.com
not in registryMCP manifestrequired routeoptional route
burritodealer
burritodealer.platphormnews.com
not in registryMCP manifestrequired routeoptional route
burritos
burritos.platphormnews.com
not in registryMCP manifestrequired routeoptional route
catalog
catalog.platphormnews.com
not in registryMCP manifestrequired routeoptional route
change4u
change4u.platphormnews.com
not in registryMCP manifestrequired routeoptional route
chat
chat.platphormnews.com
not in registryMCP manifestrequired routeoptional route
chatv2
chatv2.platphormnews.com
not in registryMCP manifestrequired routeoptional route
cli
cli.platphormnews.com
not in registryMCP manifestrequired routeoptional route
contacts
contacts.platphormnews.com
not in registryMCP manifestrequired routeoptional route
customer-portal-for-barbineworldwide-com
customer-portal-for-barbineworldwide-com.platphormnews.com
not in registryMCP manifestrequired routeoptional route
dam
dam.platphormnews.com
not in registryMCP manifestrequired routeoptional route
demo.biocyber
demo.biocyber.platphormnews.com
not in registryMCP manifestrequired routeoptional route
deployments
deployments.platphormnews.com
not in registryMCP manifestrequired routeoptional route
dogstar-cybernetics
dogstar-cybernetics.platphormnews.com
not in registryMCP manifestrequired routeoptional route
dronereel
dronereel.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ebay
ebay.platphormnews.com
not in registryMCP manifestrequired routeoptional route
email-transcriber
email-transcriber.platphormnews.com
not in registryMCP manifestrequired routeoptional route
email2letter
email2letter.platphormnews.com
not in registryMCP manifestrequired routeoptional route
emailreading
emailreading.platphormnews.com
not in registryMCP manifestrequired routeoptional route
fasion
fasion.platphormnews.com
not in registryMCP manifestrequired routeoptional route
flame-mod
flame-mod.platphormnews.com
not in registryMCP manifestrequired routeoptional route
flamethrower
flamethrower.platphormnews.com
not in registryMCP manifestrequired routeoptional route
flamethrowers
flamethrowers.platphormnews.com
not in registryMCP manifestrequired routeoptional route
flows
flows.platphormnews.com
not in registryMCP manifestrequired routeoptional route
food
food.platphormnews.com
not in registryMCP manifestrequired routeoptional route
forprez
forprez.platphormnews.com
not in registryMCP manifestrequired routeoptional route
fortune-cookie
fortune-cookie.platphormnews.com
not in registryMCP manifestrequired routeoptional route
frontrunners
frontrunners.platphormnews.com
not in registryMCP manifestrequired routeoptional route
frwf
frwf.platphormnews.com
not in registryMCP manifestrequired routeoptional route
gamecore
gamecore.platphormnews.com
not in registryMCP manifestrequired routeoptional route
gamers
gamers.platphormnews.com
not in registryMCP manifestrequired routeoptional route
PlatPhorm Games / Quake Arena
games.platphormnews.com
not in registryMCP manifestrequired routeoptional route
garden
garden.platphormnews.com
not in registryMCP manifestrequired routeoptional route
glassblowing
glassblowing.platphormnews.com
not in registryMCP manifestrequired routeoptional route
glassblowingdemo
glassblowingdemo.platphormnews.com
not in registryMCP manifestrequired routeoptional route
google-contacts-clone
google-contacts-clone.platphormnews.com
not in registryMCP manifestrequired routeoptional route
grand-theft-auto-6
grand-theft-auto-6.platphormnews.com
not in registryMCP manifestrequired routeoptional route
gta6
gta6.platphormnews.com
not in registryMCP manifestrequired routeoptional route
icewater
icewater.platphormnews.com
not in registryMCP manifestrequired routeoptional route
insights-pre
insights-pre.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ja4-atlas-www
ja4-atlas-www.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ja4-vercel-lab-2
ja4-vercel-lab-2.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ja4lab
ja4lab.platphormnews.com
not in registryMCP manifestrequired routeoptional route
jigsaw
jigsaw.platphormnews.com
not in registryMCP manifestrequired routeoptional route
joecaruser
joecaruser.platphormnews.com
not in registryMCP manifestrequired routeoptional route
lab
lab.platphormnews.com
not in registryMCP manifestrequired routeoptional route
lavalamps
lavalamps.platphormnews.com
not in registryMCP manifestrequired routeoptional route
lego-marketplace
lego-marketplace.platphormnews.com
not in registryMCP manifestrequired routeoptional route
legos
legos.platphormnews.com
not in registryMCP manifestrequired routeoptional route
locksmith
locksmith.platphormnews.com
not in registryMCP manifestrequired routeoptional route
logslash
logslash.platphormnews.com
not in registryMCP manifestrequired routeoptional route
lovedrove
lovedrove.platphormnews.com
not in registryMCP manifestrequired routeoptional route
magnets
magnets.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mail-api
mail-api.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mail-thing
mail-thing.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mail
mail.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mailthing
mailthing.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mermaids
mermaids.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mermaidsv2
mermaidsv2.platphormnews.com
not in registryMCP manifestrequired routeoptional route
microwave
microwave.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mind-processing-monitor
mind-processing-monitor.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mini-games-webby
mini-games-webby.platphormnews.com
not in registryMCP manifestrequired routeoptional route
money
money.platphormnews.com
not in registryMCP manifestrequired routeoptional route
motorcycles
motorcycles.platphormnews.com
not in registryMCP manifestrequired routeoptional route
mp4
mp4.platphormnews.com
not in registryMCP manifestrequired routeoptional route
multiplayer-gaming
multiplayer-gaming.platphormnews.com
not in registryMCP manifestrequired routeoptional route
nad-investments
nad-investments.platphormnews.com
not in registryMCP manifestrequired routeoptional route
nad
nad.platphormnews.com
not in registryMCP manifestrequired routeoptional route
newdittyswag
newdittyswag.platphormnews.com
not in registryMCP manifestrequired routeoptional route
newsapi
newsapi.platphormnews.com
not in registryMCP manifestrequired routeoptional route
nomad
nomad.platphormnews.com
not in registryMCP manifestrequired routeoptional route
nova-hackers
nova-hackers.platphormnews.com
not in registryMCP manifestrequired routeoptional route
packets
packets.platphormnews.com
not in registryMCP manifestrequired routeoptional route
packit
packit.platphormnews.com
not in registryMCP manifestrequired routeoptional route
paperboy
paperboy.platphormnews.com
not in registryMCP manifestrequired routeoptional route
paperwigs
paperwigs.platphormnews.com
not in registryMCP manifestrequired routeoptional route
pdf
pdf.platphormnews.com
not in registryMCP manifestrequired routeoptional route
pentest
pentest.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ph0to
ph0to.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ph3ar-admin-dashboard
ph3ar-admin-dashboard.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ph3ar-blog
ph3ar-blog.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ph3ar-chatbot
ph3ar-chatbot.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ph3ar
ph3ar.platphormnews.com
not in registryMCP manifestrequired routeoptional route
phear
phear.platphormnews.com
not in registryMCP manifestrequired routeoptional route
phearnews
phearnews.platphormnews.com
not in registryMCP manifestrequired routeoptional route
photos
photos.platphormnews.com
not in registryMCP manifestrequired routeoptional route
pidgeons
pidgeons.platphormnews.com
not in registryMCP manifestrequired routeoptional route
pk3
pk3.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-aplan
platphorm-aplan.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-auto-records
platphorm-auto-records.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-foxio-labs
platphorm-foxio-labs.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-glass-blowing-website
platphorm-glass-blowing-website.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-icewater
platphorm-icewater.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-locksmith
platphorm-locksmith.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-mermaid-community
platphorm-mermaid-community.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-news
platphorm-news.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-packet-lab
platphorm-packet-lab.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-paperboy
platphorm-paperboy.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-paperwigs
platphorm-paperwigs.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-polymarket-rss-feed
platphorm-polymarket-rss-feed.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-polymarket
platphorm-polymarket.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-scriptish
platphorm-scriptish.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-scripts
platphorm-scripts.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-startup-portfolio-landing
platphorm-startup-portfolio-landing.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-wav-audio-transcriber
platphorm-wav-audio-transcriber.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphorm-yurly
platphorm-yurly.platphormnews.com
not in registryMCP manifestrequired routeoptional route
platphormnews-vercel
platphormnews-vercel.platphormnews.com
not in registryMCP manifestrequired routeoptional route
portal
portal.platphormnews.com
not in registryMCP manifestrequired routeoptional route
portfolio
portfolio.platphormnews.com
not in registryMCP manifestrequired routeoptional route
ports
ports.platphormnews.com
not in registryMCP manifestrequired routeoptional route
portz
portz.platphormnews.com
not in registryMCP manifestrequired routeoptional route
preview
preview.platphormnews.com
not in registryMCP manifestrequired routeoptional route
process
process.platphormnews.com
not in registryMCP manifestrequired routeoptional route
projects
projects.platphormnews.com
not in registryMCP manifestrequired routeoptional route
quak
quak.platphormnews.com
not in registryMCP manifestrequired routeoptional route
quantum-fashion
quantum-fashion.platphormnews.com
not in registryMCP manifestrequired routeoptional route
radio
radio.platphormnews.com
not in registryMCP manifestrequired routeoptional route
raindeerleads
raindeerleads.platphormnews.com
not in registryMCP manifestrequired routeoptional route
real-estate
real-estate.platphormnews.com
not in registryMCP manifestrequired routeoptional route
red
red.platphormnews.com
not in registryMCP manifestrequired routeoptional route
reliablebible
reliablebible.platphormnews.com
not in registryMCP manifestrequired routeoptional route
reliablebibles
reliablebibles.platphormnews.com
not in registryMCP manifestrequired routeoptional route
rideon
rideon.platphormnews.com
not in registryMCP manifestrequired routeoptional route
robocloth
robocloth.platphormnews.com
not in registryMCP manifestrequired routeoptional route
roboclothes
roboclothes.platphormnews.com
not in registryMCP manifestrequired routeoptional route
robotwrestling
robotwrestling.platphormnews.com
not in registryMCP manifestrequired routeoptional route
searchops
searchops.platphormnews.com
not in registryMCP manifestrequired routeoptional route
shipments
shipments.platphormnews.com
not in registryMCP manifestrequired routeoptional route
shop
shop.platphormnews.com
not in registryMCP manifestrequired routeoptional route
signs
signs.platphormnews.com
not in registryMCP manifestrequired routeoptional route
sitemap
sitemap.platphormnews.com
not in registryMCP manifestrequired routeoptional route
spectrum-k9
spectrum-k9.platphormnews.com
not in registryMCP manifestrequired routeoptional route
spectrumcanine
spectrumcanine.platphormnews.com
not in registryMCP manifestrequired routeoptional route
spectrumk9
spectrumk9.platphormnews.com
not in registryMCP manifestrequired routeoptional route
starphone-web-svelte
starphone-web-svelte.platphormnews.com
not in registryMCP manifestrequired routeoptional route
strippermug
strippermug.platphormnews.com
not in registryMCP manifestrequired routeoptional route
sveltekit-one-tau
sveltekit-one-tau.platphormnews.com
not in registryMCP manifestrequired routeoptional route
thestarphone
thestarphone.platphormnews.com
not in registryMCP manifestrequired routeoptional route
thetwo
thetwo.platphormnews.com
not in registryMCP manifestrequired routeoptional route
threatrelay
threatrelay.platphormnews.com
not in registryMCP manifestrequired routeoptional route
tips
tips.platphormnews.com
not in registryMCP manifestrequired routeoptional route
training-labs-boilerplate-nextra
training-labs-boilerplate-nextra.platphormnews.com
not in registryMCP manifestrequired routeoptional route
trustops
trustops.platphormnews.com
not in registryMCP manifestrequired routeoptional route
uberpidgeons
uberpidgeons.platphormnews.com
not in registryMCP manifestrequired routeoptional route
universal-sign-language
universal-sign-language.platphormnews.com
not in registryMCP manifestrequired routeoptional route
usl
usl.platphormnews.com
not in registryMCP manifestrequired routeoptional route
v0-lava-lamp-repair
v0-lava-lamp-repair.platphormnews.com
not in registryMCP manifestrequired routeoptional route
v0
v0.platphormnews.com
not in registryMCP manifestrequired routeoptional route
vanagain-ship
vanagain-ship.platphormnews.com
not in registryMCP manifestrequired routeoptional route
vanagon
vanagon.platphormnews.com
not in registryMCP manifestrequired routeoptional route
vanlife
vanlife.platphormnews.com
not in registryMCP manifestrequired routeoptional route
vice
vice.platphormnews.com
not in registryMCP manifestrequired routeoptional route
vwparts
vwparts.platphormnews.com
not in registryMCP manifestrequired routeoptional route
wav-transcriber
wav-transcriber.platphormnews.com
not in registryMCP manifestrequired routeoptional route
web
web.platphormnews.com
not in registryMCP manifestrequired routeoptional route
webm
webm.platphormnews.com
not in registryMCP manifestrequired routeoptional route
worldwide
worldwide.platphormnews.com
not in registryMCP manifestrequired routeoptional route
www.dronereel
www.dronereel.platphormnews.com
not in registryMCP manifestrequired routeoptional route
www
www.platphormnews.com
not in registryMCP manifestrequired routeoptional route
yurly
yurly.platphormnews.com
not in registryMCP manifestrequired routeoptional route
zillow
zillow.platphormnews.com
not in registryMCP manifestrequired routeoptional route
zip
zip.platphormnews.com
not in registryMCP manifestrequired routeoptional route