CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Uk Parliament Committees

darkhorseone/mcp-servers
STDIOregistry active
Summary

This connects Claude to the UK Parliament Committees API, giving you programmatic access to committee data including membership, inquiries, publications, and session information. It's part of a larger monorepo from DarkhorseOne that wraps a dozen different UK Parliament APIs into individual MCP servers. Reach for this when you need to query committee composition, track ongoing inquiries, or pull committee reports and evidence submissions. It joins the stdio transport like the rest of the family, so setup is standard. If you're building tools for UK political research, legislative tracking, or parliamentary transparency work, this slots right in alongside the bills, votes, and members servers from the same collection.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

MCP Servers (monorepo)

This repository is a pnpm workspace for MCP server packages maintained by DarkhorseOne Limited.

Implemented MCP servers

The following MCP servers are currently implemented under servers/:

Server slugnpm packageDescriptionLocal versionnpm published status
uk-parliament-members@darkhorseone/mcp-server-uk-parliament-membersMCP server for UK Parliament Members API1.0.1✅ Published 1.0.1
uk-parliament-interests@darkhorseone/mcp-server-uk-parliament-interestsMCP server for UK Parliament Register of Interests API1.0.0✅ Published 1.0.0
uk-parliament-oralquestionsandmotions@darkhorseone/mcp-server-uk-parliament-oralquestionsandmotionsMCP server for UK Parliament Oral Questions and Motions API1.0.0✅ Published 1.0.0
uk-parliament-commonsvotes@darkhorseone/mcp-server-uk-parliament-commonsvotesMCP server for UK Parliament Commons Votes API1.0.0✅ Published 1.0.0
uk-parliament-lordsvotes@darkhorseone/mcp-server-uk-parliament-lordsvotesMCP server for UK Parliament Lords Votes API1.0.0✅ Published 1.0.0
uk-parliament-statutoryinstruments@darkhorseone/mcp-server-uk-parliament-statutoryinstrumentsMCP server for UK Parliament Statutory Instruments API1.0.0✅ Published 1.0.0
uk-parliament-treaties@darkhorseone/mcp-server-uk-parliament-treatiesMCP server for UK Parliament Treaties API1.0.0✅ Published 1.0.0
uk-parliament-now@darkhorseone/mcp-server-uk-parliament-nowMCP server for UK Parliament NOW Annunciator Content API1.0.0✅ Published 1.0.0
uk-parliament-erskinemay@darkhorseone/mcp-server-uk-parliament-erskinemayMCP server for UK Parliament Erskine May API1.0.0✅ Published 1.0.0
uk-parliament-bills@darkhorseone/mcp-server-uk-parliament-billsMCP server for UK Parliament Bills API1.0.0✅ Published 1.0.0
uk-parliament-questions-statements@darkhorseone/mcp-server-uk-parliament-questions-statementsMCP server for UK Parliament Questions and Statements API1.0.0✅ Published 1.0.0
uk-parliament-committees@darkhorseone/mcp-server-uk-parliament-committeesMCP server for UK Parliament Committees API1.0.0✅ Published 1.0.0

Requirements

  • Node.js (recent LTS recommended)
  • pnpm (this repo pins a version via packageManager)

Getting started

pnpm install

Common commands

All scripts are run from the repo root:

# Lint all workspace packages
pnpm run lint

# Typecheck all workspace packages
pnpm run typecheck

# Run tests across the workspace
pnpm run test

# Build all workspace packages
pnpm run build

# Run everything (lint, typecheck, test, build)
pnpm run check

# Clean dist outputs in packages
pnpm run clean

Dev shortcuts

If the corresponding workspace package exists, these will run its dev script:

pnpm run dev:gov-uk
pnpm run dev:companies-house

Workspace layout

Workspace package globs are defined in pnpm-workspace.yaml:

  • servers/*
  • packages/*

Each workspace package should provide its own lint, typecheck, test, and build scripts where applicable.

TypeScript

Shared TypeScript defaults live in tsconfig.base.json. Workspace packages can extend it, for example:

{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist"
  },
  "include": ["src"]
}

Publishing

This repo includes Changesets tooling (@changesets/cli) for versioning and publishing workspace packages.

pnpm run changeset
pnpm run version:packages
pnpm run publish:packages

Generic npm publish commands

Use these when publishing a single package directly:

# Check current npm user status. 
# If shows, run npm login:
# npm error code E401
# npm error 401 Unauthorized - GET https://registry.npmjs.org/-/whoami
npm whoami
# From the package directory
npm publish --access public

# Or from repo root (workspace filtered)
pnpm --filter <workspace-package-name> publish --access public

License

Copyright (c) DarkhorseOne Limited.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@darkhorseone/mcp-server-uk-parliament-committees
TransportSTDIO
UpdatedMar 11, 2026
View on GitHub