{"id":28451995,"url":"https://github.com/harshitrv/sarcasm-mcp","last_synced_at":"2026-03-04T23:31:57.541Z","repository":{"id":294024432,"uuid":"985793732","full_name":"HarshitRV/sarcasm-mcp","owner":"HarshitRV","description":"A Model Context Protocol (MCP) server that provides sarcastic quotes. This MCP server integrates with AI agents to deliver witty and sarcastic responses.","archived":false,"fork":false,"pushed_at":"2025-06-03T09:46:22.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T13:38:07.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HarshitRV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-18T14:42:19.000Z","updated_at":"2025-05-31T02:40:19.000Z","dependencies_parsed_at":"2025-05-18T14:51:30.395Z","dependency_job_id":"2ef3763a-7866-4491-b2e2-be4afe1c8daf","html_url":"https://github.com/HarshitRV/sarcasm-mcp","commit_stats":null,"previous_names":["harshitrv/sarcasm-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HarshitRV/sarcasm-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2Fsarcasm-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2Fsarcasm-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2Fsarcasm-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2Fsarcasm-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarshitRV","download_url":"https://codeload.github.com/HarshitRV/sarcasm-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2Fsarcasm-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30099380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T23:31:22.529Z","status":"ssl_error","status_checked_at":"2026-03-04T23:31:22.112Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-06T17:10:07.958Z","updated_at":"2026-03-04T23:31:57.457Z","avatar_url":"https://github.com/HarshitRV.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sarcasm MCP Server\n\nA Model Context Protocol (MCP) server that provides sarcastic quotes. This MCP server integrates with AI agents to deliver witty and sarcastic responses.\n\n## 🚀 Features\n\n- **Get All Sarcastic Quotes**: Retrieve all available sarcastic quotes\n- **Get Random Sarcastic Quote**: Fetch a random sarcastic quote for your enjoyment\n- **MCP Integration**: Seamlessly integrates with any Model Context Protocol supporting environment\n\n## 📋 Requirements\n\n- Node.js 18.0 or higher\n- npm or yarn package manager\n\n## 🔧 Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/sarcasm-mcp.git\n\n# Navigate to the project directory\ncd sarcasm-mcp\n\n# Install dependencies\nnpm install\n\n# Build the project\nnpm run build\n```\n\n## 🧰 Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Build the project\nnpm run build\n```\n\n### Run the mcp in vs code\n\n- Create mcp.json in your workspace if not already present\n\n```sh\nmkdir .vscode\ntouch .vscode/mcp.json\n```\n\n- Add the following configuration to the mcp.json file\n\n```json\n{\n    \"servers\": {\n        \"sarcasm\": {\n            \"type\": \"stdio\",\n            \"command\": \"node\",\n            \"args\": [\n                \"PATH_TO_YOUR_BUILD_DIRECTORY/index.js\"\n            ]\n        }\n    }\n}\n```\n\n## 🛠️ Usage\n\n### Running MCP Server via NPX\n\n- Create mcp.json in your workspace if not already present\n\n```sh\nmkdir .vscode\ntouch .vscode/mcp.json\n```\n\n- Add the following configuration to the mcp.json file\n\n```json\n{\n    \"servers\": {\n        \"sarcasm\": {\n            \"type\": \"stdio\",\n            \"command\": \"npx\",\n            \"args\": [\n                \"mcp-sarcasm\"\n            ]\n        }\n    }\n}\n```\n\n### Using with GitHub Copilot\n\nThis MCP server integrates with GitHub Copilot and other AI assistants that support the Model Context Protocol. When connected, you can use the following tools:\n\n1. `get-all-sarcastic-quotes`: Retrieves all available sarcastic quotes\n2. `get-random-sarcastic-quote`: Gets a random sarcastic quote\n\nExample:\n\n```md\nCan you #get-random-sarcastic-quote for me?\n```\n\n## 📦 Package Structure\n\n```md\nsarcasm-mcp/\n├── src/\n│ ├── index.ts # Main server file\n│ ├── constants/ # API constants\n│ ├── service/ # Service for fetching quotes\n│ └── types/ # TypeScript type definitions\n├── build/ # Compiled JavaScript files\n├── package.json # Project dependencies and scripts\n└── README.md # This documentation\n```\n\n## 🔌 API Reference\n\nThis MCP server uses the following API endpoints:\n\n- `GET /sarcasm/all` - Retrieves all sarcastic quotes\n- `GET /sarcasm/random` - Gets a random sarcastic quote\n\nResponses are returned in the following format:\n\n```typescript\ninterface SarcasticQuote {\n    id: string;\n    sarcasm: string;\n    createdAt: string;\n    updatedAt: string;\n}\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshitrv%2Fsarcasm-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshitrv%2Fsarcasm-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshitrv%2Fsarcasm-mcp/lists"}