Metadata-Version: 2.4
Name: rest-finder-mcp
Version: 0.1.0
Summary: MCP server that searches a remote OpenAPI document for REST endpoints.
Requires-Python: >=3.12
Requires-Dist: fastmcp<3.0.0,>=2.0.0
Description-Content-Type: text/markdown

# REST_FINDER MCP

Small MCP server that fetches an OpenAPI document from a URL and exposes tools
for finding endpoints, inspecting operations, and generating a sample Oracle
Activities TASK payload.

Default OpenAPI URL:

`https://docs.oracle.com/en/cloud/saas/sales/faaps/openapi.json`

Run locally with:

```bash
uv --directory /Users/achchaud/.codex/rest_finder_mcp run rest-finder-mcp
```
