REPSLog
api.reps-log.com
· Carmel Tech LLC
REPSLog logs and reads Real Estate Professional Status (REPS) work hours for landlords and their CPAs. One REST API and one MCP connector expose the authenticated user's own time logs, properties, activity categories, participants, and hour statistics. Requires a REPSLog Premium subscription. This service speaks MCP (Streamable HTTP, JSON-RPC 2.0), not the A2A task protocol; the interfaces below are the MCP endpoint and the REST API.
api.reps-log.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
https://api.reps-log.com/.well-known/agent-card.json and the next probe clears this panel.
| Field | What we saw | What we stored |
|---|---|---|
capabilities |
Input should be a valid dictionary or instance of Capabilities | dropped — this field was not indexed |
Dispute or improve this rating
D
Conformance score: 47/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-17 23:01:40 current | 77be3c015349… |
view → |
Endpoints
| Agent card | https://api.reps-log.com/.well-known/agent-card.json |
| Provider | https://www.reps-log.com |
| Docs | https://api.reps-log.com/docs/overview.md |
Skills · 4 declared · mapped to canonical taxonomy
Create, update, and delete time-log entries against a property and activity category.
List and filter the user's time logs by date range, property, category, or participant.
Read the user's properties, activity categories, and participants (read-only).
Hour summaries, per-property and per-category breakdowns, goal progress, and a full dashboard.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.reps-log.com) [](https://agenstry.com/agents/api.reps-log.com) [](https://agenstry.com/agents/api.reps-log.com) [](https://agenstry.com/agents/api.reps-log.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "REPSLog",
"version": "0.1.0",
"description": "REPSLog logs and reads Real Estate Professional Status (REPS) work hours for landlords and their CPAs. One REST API and one MCP connector expose the authenticated user's own time logs, properties, activity categories, participants, and hour statistics. Requires a REPSLog Premium subscription. This service speaks MCP (Streamable HTTP, JSON-RPC 2.0), not the A2A task protocol; the interfaces below are the MCP endpoint and the REST API.",
"url": "https://api.reps-log.com/api/mcp",
"provider": {
"organization": "Carmel Tech LLC",
"url": "https://www.reps-log.com"
},
"documentationUrl": "https://api.reps-log.com/docs/overview.md",
"supportedInterfaces": [
{
"url": "https://api.reps-log.com/api/mcp",
"serviceUrl": "https://api.reps-log.com/api/mcp",
"protocolBinding": "MCP",
"transportProtocol": "MCP",
"protocolVersion": "streamable-http"
},
{
"url": "https://api.reps-log.com/v1",
"serviceUrl": "https://api.reps-log.com/v1",
"protocolBinding": "HTTP+JSON",
"transportProtocol": "HTTP+JSON",
"protocolVersion": "openapi-3.1"
}
],
"capabilities": [
{
"id": "mcp-tools",
"name": "MCP tools",
"description": "14 tools; see the server card."
},
{
"id": "rest-api",
"name": "REST API",
"description": "OpenAPI 3.1 at https://api.reps-log.com/v1/openapi.json."
}
],
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"description": "MCP connector only: OAuth 2.1 with PKCE via WorkOS AuthKit, or the auth.md agent registration flow; discovery through the protected-resource metadata.",
"resourceMetadata": "https://api.reps-log.com/.well-known/oauth-protected-resource"
},
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "REST API only: API key `rl_<keyId>.<secret>` from the Developer Portal, sent as a Bearer token."
}
},
"security": [
{
"oauth2": []
},
{
"apiKey": []
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "log-time",
"name": "Log REPS hours",
"description": "Create, update, and delete time-log entries against a property and activity category.",
"tags": [
"reps",
"time-tracking",
"real-estate",
"tax"
]
},
{
"id": "read-entries",
"name": "Find entries",
"description": "List and filter the user's time logs by date range, property, category, or participant.",
"tags": [
"reps",
"time-tracking"
]
},
{
"id": "reference-data",
"name": "Reference data",
"description": "Read the user's properties, activity categories, and participants (read-only).",
"tags": [
"reps",
"real-estate"
]
},
{
"id": "stats",
"name": "Hours and goal statistics",
"description": "Hour summaries, per-property and per-category breakdowns, goal progress, and a full dashboard.",
"tags": [
"reps",
"reporting",
"tax"
]
}
]
}