{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_gnpcmf67fhjh","handle":"apitest-mcp","url":"https://wellknown.network/agents/apitest-mcp","links":{"self":"https://wellknown.network/agents/apitest-mcp/record.json","html":"https://wellknown.network/agents/apitest-mcp","markdown":"https://wellknown.network/agents/apitest-mcp/record.md","api":"https://wellknown.network/api/v1/agents/apitest-mcp","status":"https://wellknown.network/api/v1/agents/apitest-mcp/status","claim":"https://wellknown.network/agents/apitest-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/apitest-mcp/claim.json","badge":"https://wellknown.network/agents/apitest-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:apitest-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"apitest-mcp","summary":"MCP server for testing Oracle-to-PostgreSQL API migrations","description":"# apitest-mcp\n\nMCP server for testing Oracle → PostgreSQL API migrations.\n\nGive it an API URL — it scans your repo for DB credentials, reads the handler code, fetches valid test data from PG, calls the API, and validates the DB state.\n\nWorks with **Claude Code** and **Antigravity**.\n\n---\n\n## Install\n\n```bash\npip install apitest-mcp\n```\n\nOr from source:\n\n```bash\ngit clone https://github.com/your-org/apitest-mcp\ncd apitest-mcp\npip install -e .\n```\n\n---\n\n## Setup\n\nCopy `.env.example` to `.env` and fill in your values:\n\n```bash\ncp .env.example .env\n```\n\n```env\nREPO_PATH=/path/to/your/repo\nEMP_ID=your_emp_id\nAK=your_jwt_token\n```\n\n- `REPO_PATH` — absolute path to the repo being tested (PHP or Go)\n- `EMP_ID` — your employee ID for API auth\n- `AK` — your JWT token for API auth\n\n---\n\n## Register in Claude Code\n\n```bash\nclaude mcp add apitest-mcp -- python /path/to/apitest-mcp/server.py\n```\n\nOr add to `~/.claude/claude.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"apitest-mcp\": {\n      \"command\": \"python\",\n      \"args\": [\"/path/to/apitest-mcp/server.py\"],\n      \"env\": {\n        \"REPO_PATH\": \"/path/to/your/repo\",\n        \"EMP_ID\": \"your_emp_id\",\n        \"AK\": \"your_jwt_token\"\n      }\n    }\n  }\n}\n```\n\n## Register in Antigravity\n\n```json\n{\n  \"mcp_servers\": [\n    {\n      \"name\": \"apitest-mcp\",\n      \"command\": \"python\",\n      \"args\": [\"/path/to/apitest-mcp/server.py\"],\n      \"env\": {\n        \"REPO_PATH\": \"/path/to/your/repo\",\n        \"EMP_ID\": \"your_emp_id\",\n        \"AK\": \"your_jwt_token\"\n      }\n    }\n  ]\n}\n```\n\n---\n\n## Usage\n\nOnce registered, just tell Claude:\n\n```\nTest this API: POST http://localhost:8080/erp/preovp/preovpdata\n```\n\nClaude will:\n1. Scan repo → find PG credentials\n2. Read handler code → understand params + tables\n3. Query PG → fetch valid test data\n4. Call the API → capture response\n5. Validate DB state → report PASS / FAIL\n\n---\n\n## Tools exposed\n\n| Tool | Description |\n|------|-------------|\n| `scan_repo_config` | Scan repo to find PG connection details |\n| `read_…","publisher":{"name":"venky_vishwas","url":null},"homepage":null,"repository":null,"version":"0.1.6","license":null,"protocols":["mcp"],"tags":["api-testing","claude","mcp","migration","postgresql"],"pricing":null,"endpoints":[{"url":"pypi:apitest-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"code.testing","name":"Testing","confidence":1,"provenance":"derived"},{"slug":"code.refactoring","name":"Refactoring","confidence":1,"provenance":"declared"},{"slug":"data.database","name":"Databases","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["code","data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"apitest-mcp","registry":"pypi","observedAt":"2026-09-09T09:24:55.874Z","publishedAt":"2026-03-09T10:32:54.281536Z","latestVersion":"0.1.6"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"apitest-mcp","url":"https://pypi.org/project/apitest-mcp/","firstSeenAt":"2026-09-09T09:23:10.332Z","fetchedAt":"2026-09-09T09:23:10.332Z","normalizedAt":"2026-09-09T09:23:10.332Z"}]},"firstSeenAt":"2026-09-09T09:23:10.332Z","updatedAt":"2026-09-09T09:24:55.874Z"}