{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_2w4ffs9snjja","handle":"parking-mcp-server","url":"https://wellknown.network/agents/parking-mcp-server","links":{"self":"https://wellknown.network/agents/parking-mcp-server/record.json","html":"https://wellknown.network/agents/parking-mcp-server","markdown":"https://wellknown.network/agents/parking-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/parking-mcp-server","status":"https://wellknown.network/api/v1/agents/parking-mcp-server/status","claim":"https://wellknown.network/agents/parking-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/parking-mcp-server/claim.json","badge":"https://wellknown.network/agents/parking-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:parking-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"parking-mcp-server","summary":"MCP server for parking system - query user info, parking plans, and orders","description":"# Parking MCP Server\n\nA Model Context Protocol (MCP) server for parking system that provides tools to query user information, parking plans, orders, and parking space status.\n\n## Features\n\n- 🔍 **get_user_info** - Query user basic information, parking habits, common parking lots\n- 📅 **get_user_parking_plans** - Query today's parking plans for a specific user\n- 🎫 **get_user_orders** - Query parking orders (history + current) for a user\n- 🅿️ **get_parking_space_status** - Query parking space occupancy status\n\n## Installation\n\n### Install from PyPI (Recommended)\n\n```bash\npip install parking-mcp-server\n```\n\nThe package includes a sample SQLite database with parking data, so it works out-of-the-box!\n\n### Install from Source\n\n```bash\ngit clone https://github.com/yourusername/parking-mcp-server.git\ncd parking-mcp-server\npip install -e .\n```\n\n## Prerequisites\n\n- Python 3.8+\n- MCP-compatible client (Claude Desktop, Cursor, etc.)\n- (Optional) Your own SQLite database if you want to use custom data\n\n## Quick Start\n\n### 1. Install and Run (Out-of-the-Box)\n\nThe package includes a sample SQLite database, so you can start immediately:\n\n```bash\n# Install from PyPI\npip install parking-mcp-server\n\n# Run the server (uses included sample database)\nparking-mcp-server\n\n# The server will automatically use the packaged parking.db\n```\n\n### 2. Use Your Own Database (Optional)\n\nIf you have your own parking database, you can use it instead:\n\n**Method A: Environment Variable**\n```bash\nexport PARKING_DB_PATH=/path/to/your/parking.db\nparking-mcp-server\n```\n\n**Method B: Command Line Argument**\n```bash\nparking-mcp-server --db-path /path/to/your/parking.db\n```\n\n**Method C: Place in Current Directory**\n```bash\ncd /path/to/your/db\ncp /path/to/your/parking.db .\nparking-mcp-server\n```\n\n### 3. Configure MCP Client\n\nOnce the server is running, configure your MCP client:\n\n**Claude Desktop:**\n```json\n{\n  \"mcpServers\": {\n    \"parking-system\": {\n      \"command\": \"parking-mcp-server\",\n      \"env\": {\n      …","publisher":null,"homepage":"https://github.com/yourusername/parking-mcp-server","repository":"https://github.com/yourusername/parking-mcp-server","version":"0.1.0","license":"MIT License  Copyright (c) 2024 Parking System MCP  Permission …","protocols":["mcp"],"tags":["mcp","parking","server","sqlite"],"pricing":null,"endpoints":[{"url":"pypi:parking-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"declared"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.825,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["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":"parking-mcp-server","registry":"pypi","observedAt":"2026-09-10T09:26:53.090Z","publishedAt":"2026-03-16T06:22:44.711935Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"parking-mcp-server","url":"https://pypi.org/project/parking-mcp-server/","firstSeenAt":"2026-09-10T09:25:35.059Z","fetchedAt":"2026-09-10T09:25:35.059Z","normalizedAt":"2026-09-10T09:25:35.059Z"}]},"firstSeenAt":"2026-09-10T09:25:35.059Z","updatedAt":"2026-09-10T09:26:53.090Z"}