Top SitesHome - Archdiocese of Milwaukee

Machine Readiness

Stored receipt and evidence

Overall

23

Readable

55

Callable

25

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

search, chat, structured_data, semantic_search

Verified payment surface

No

Crypto only

No

Readable docs

llms, agent

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

Search Content

Search for content across the entire site using text or semantic search

Get Capabilities

Get a list of what this agent can do

Get Site Information

Get information about this site and its content

Samples

Product samples

No stored product samples.

Document

robots.txt

Not stored for this site.

Document

llms.txt

Open llms.txt
# Archdiocese of Milwaukee

> https://www.archmil.org/

## Description

This is an AI-enabled website powered by Craft CMS with the Unvarnished plugin. The site provides semantic search capabilities and natural language chat interface.

## API Access

The site provides an A2A (Agent-to-Agent) protocol API for AI agents:

- **Manifest**: `https://www.archmil.org/api/a2a/manifest`
- **Search**: `https://www.archmil.org/api/a2a/search?q={query}`
- **Content**: `https://www.archmil.org/api/a2a/content/{id}`
- **Schema**: `https://www.archmil.org/api/a2a/schema`

## Capabilities

- Semantic search with embeddings
- Natural language chat interface
- Structured content API
- Multiple output formats (JSON, Markdown)

## Available Content

### Nodes
> Section: `nodes` (113 entries)

### Pages
> Section: `pages` (113 entries)

## Usage Examples

### Search for content
```
GET https://www.archmil.org/api/a2a/search?q=your+search+query
```

### Get specific content
```
GET https://www.archmil.org/api/a2a/content/123
```

### Natural language chat
```
POST https://www.archmil.org/unvarnished/chat/send
Content-Type: application/json

{"message": "Your question here", "sessionId": "unique-session-id"}
```

## Instructions for AI Agents

1. Start by fetching the manifest at `/api/a2a/manifest` to understand available capabilities
2. Use the search endpoint to find relevant content
3. Retrieve full content details using the content endpoint
4. Respect rate limits: 60 requests per minute
5. Include semantic context when searching for better results

## Built By

This site was built by [Highland](https://www.madebyhighland.com), an agency run by Sid O'Neill specializing in custom web development and AI integrations.

## Contact

For questions about API access or integration, please contact the site administrator.

Document

llms-full.txt

Not stored for this site.